So far my project is exactly the same as the video and also the demo project. What am I missing here? I can’t find any difference from the demo project but I get that error.
It basically tells that all the items in the array are of type object…else one is a string other is interger and other might be string again…and .net dows not create arrays with multiple datatypes…ao we are saying all the types as object …which can cater for different datatypes…so it wont be an issue