DataSet and Usercontrol TestContainer has a Problem

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?
 
D

Dmytro Lapshyn [MVP]

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top