No System.Runtime.Serialization in .NET Compact framework?!

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
that's right.
there is no out of the boz serialization on the compact framework, not evene
XML one.

ON the other hand Alex, uh ... Feinman ?.. something ! has made a custom one
you *might* found on www.opennetcf.org


--
ihookdb
Get your data mobile
http://www.ihookdb.com


Goh Yan Chang said:
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.
 
take a look at this library:

http://opennetcf.org/sourcebrowse/b...ub/wwwroot/Source/OpenNETCF.Xml/Serialization

It's part of the SDF:
www.opennetcf.org/sdf

-Chris


Goh Yan Chang said:
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.
 
Back
Top