DataSet and Usercontrol TestContainer has a Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a WebService that has a method that returns a Typed DataSet.
I create a UserControl that calls this method.
When the UserControl runs by "UserControl TestContainer" and calls the
WebService's method which returns a Typed DataSet the error "There is an
error in XML document (1, 220)." is thrown.
I don't know what's is wrong.
This problem only occurs when Typed DataSet is returned and running by
"UserControl TestContainer".
I'm using .Net Framework 2.0 and VS 2005.

Could someone help me?
 
Hi,

This might have been fixed in 2.0, but in1.1, working with typed datasets
returned from Web services was a real pain. I recall we had to drop them
altogether. The biggest cause was the .NET Framework types of the dataset on
the server side and on the client side were completely different!
 
Back
Top