DataContractSerializer ds = new DataContractSerializer(typeof(List
The error state that The type of namespace name 'DataContractSerializer' Could not be found. If I generate class on it, I will get another error which 'RESTServiceConsuming.DataContractSerializer' does not contain a constructor that takes 1 arguments. The ReadObject will be no definition and no extension method 'ReadObject' accepting a first argument of type 'RESTServiceConsuming.DataContractSerializer' could be found(are you missing a using directive or an assembly reference?)
I just change the interface from combo box to list box because visuo studio 2010 do not have combo box feature. May anyone expert can help me? I am new to it and I really need it to do for my final year project. Here I attach the error example for after generate class and before generate class.Thank you.
Fennie LauPosted Jun 6, 2012, 4:23 AM