G
Guest
I have a windows CE application, talking to a C# WebService. In the
WebService project I have created a dataset (dsJobList), and there is a web
method in there which returns a fully loaded dsJobList dataset to the client,
which in this case is a windows CE device.
In the code for my application on the WinCE device, I have added a Web
Reference to this WebService. Once I have added it I can see the .disco, the
..wsdl and a dsJobList.xsd file. If I open the xsd from within Visual Studio
I can generate the dsJobList.cs and the dsJobList.xsx file.
When I try to build my winCE app now I get an error "The Namespace
MobileAMI.AMi already contains a definition for dsJobList". What am I doing
wrong? Is it possible to do this, define a strong typed dataset in a web
service and send it across to clients??
Thanks
Steve
WebService project I have created a dataset (dsJobList), and there is a web
method in there which returns a fully loaded dsJobList dataset to the client,
which in this case is a windows CE device.
In the code for my application on the WinCE device, I have added a Web
Reference to this WebService. Once I have added it I can see the .disco, the
..wsdl and a dsJobList.xsd file. If I open the xsd from within Visual Studio
I can generate the dsJobList.cs and the dsJobList.xsx file.
When I try to build my winCE app now I get an error "The Namespace
MobileAMI.AMi already contains a definition for dsJobList". What am I doing
wrong? Is it possible to do this, define a strong typed dataset in a web
service and send it across to clients??
Thanks
Steve