M
Maciej Wolniewicz
Hello,
I'm quite new in developing for CF. In my application I'm using
XMLSerializer for deserializing few XML files. In full framework 2.0
it is possible to create XmlSerializers assembly, where are stored
XmlSerializers for each type from some dll file and everything works
correctly and fast.
Problem starts if I'll do the same for Pocket PC application. This
xmlserializers assembly is ignored during runtime.
I'm creating this assembly by calling "Sgen exe" in post-built
events.
I found on the Net, that if different constructor for XmlSerializer
than with type only will be used, then every time temporary assembly
for XmlSerializer will be created.
Does this xmlserializers assembly are not suported in CF2 or I'm doing
something wrong.
Thanks in advance for your help.
Maciej Wolniewicz
I'm quite new in developing for CF. In my application I'm using
XMLSerializer for deserializing few XML files. In full framework 2.0
it is possible to create XmlSerializers assembly, where are stored
XmlSerializers for each type from some dll file and everything works
correctly and fast.
Problem starts if I'll do the same for Pocket PC application. This
xmlserializers assembly is ignored during runtime.
I'm creating this assembly by calling "Sgen exe" in post-built
events.
I found on the Net, that if different constructor for XmlSerializer
than with type only will be used, then every time temporary assembly
for XmlSerializer will be created.
Does this xmlserializers assembly are not suported in CF2 or I'm doing
something wrong.
Thanks in advance for your help.
Maciej Wolniewicz