PDA

View Full Version : SlimServer Client developement - HELP NEEDED with XML


pangel83
12th December 2007, 01:25 AM
Hi there...

I have embarked upon the developement of a slimserver client for the pocket pc using c#. There is no decent one around that I know of!

Anyway, it is going to be open sourced, and I have already implemented the use of the CLI interface. however, I am a bit stuck with the XML one. I have attached the relevant sources! The problem is that when it runs through the emulator, it is unable to deserialise a slimserver xml file and returns a NotSupported Exception (I have attached a sample xml file). I generated a c# class library for slimserver's xml schema using xsd.exe.

The funny thing is that when I run the compiled .exe file in windows (without the emulator), it runs smoothly, and deserialises it perfectly! It also works when compiled for a normal desktop application!

Could someone help please? :)