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?

Re: DataSet and Usercontrol TestContainer has a Problem by Dmytro

Dmytro
Fri Apr 07 03:49:27 CDT 2006

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!

"Mauricio Pires" <MauricioPires@discussions.microsoft.com> wrote in message
news:3877B172-1C6A-4927-B3CD-4F3E10AE9229@microsoft.com...
>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?
>


Re: DataSet and Usercontrol TestContainer has a Problem by MauricioPires

MauricioPires
Wed Apr 12 06:41:02 CDT 2006

Hi Dmytro,
No, this issue wasn't fixed in 2.0.