Hello,

The notes for the TaskVision CE sample states that:

The .NET Compact Framework has limited serialization support, so this means that it has trouble working with typed-DataSets. Visual Studio .NET generates proxy classes when a web reference is made to the Web service. The TaskVision Data service contains typed-DataSets and Visual Studio generates a proxy class with a lot of serialization code. This code needs to be commented out before the project will compile. Developers need to be aware of this so they aren't shocked that their project doesn't compile after adding a Web reference that contains typed-DataSets.

Does anyone have more specific information on what needs to be commented out in these files?  The TV reference.cs files seem to have almost everything commented out.  In particular, I am working with VB.Net for WinCE (not pocketPC) and using trying to get our own Web Services to work with Datasets, and having a bit of trouble deciding what I can hack out.

Thanks,

Dave