G
Guest
I am writing a VB program on the pocket PC device. When I include a web reference which have dataset defined. The reference.vb file generated has a lot of errors in it. It complains a lot of things like
Type 'Serializable' is not defined, Type 'System.CmponentModel.TolboxItem' is not defined, Type 'SerializationInfo' is not defined, and many other things
If I create a C# program to include the web reference, there is no such errors
I am using VS.NET 2003, .NET framework 1.1, Pocket PC 2003 SDK.
Type 'Serializable' is not defined, Type 'System.CmponentModel.TolboxItem' is not defined, Type 'SerializationInfo' is not defined, and many other things
If I create a C# program to include the web reference, there is no such errors
I am using VS.NET 2003, .NET framework 1.1, Pocket PC 2003 SDK.