Re: [mono-android] XmlSerializer deserialization exception

2011-09-26 Thread Jonathan Pryor
On Sep 26, 2011, at 7:37 AM, zeysoft wrote: > I use an XML File to save the settings. With VS2010 xsd.exe tool I generate > classes that correspond to > http://mono-for-android.1047100.n5.nabble.com/file/n4822129/appschema.xsd > this schema . When loading an XML application throws this exeption:

Re: [mono-android] XmlSerializer deserialization exception

2011-09-26 Thread zeysoft
I'm port .NET project to Monodroid. I use an XML File to save the settings. With VS2010 xsd.exe tool I generate classes that correspond to http://mono-for-android.1047100.n5.nabble.com/file/n4822129/appschema.xsd this schema . When loading an XML application throws this exeption: http://mono-fo

Re: [mono-android] XmlSerializer deserialization exception

2011-09-22 Thread zeysoft
The exeption is: System.Xml.XmlException: Invalid data ---> System.ArgumentOutOfRangeException: ArgRange_Array Full exeption message http://mono-for-android.1047100.n5.nabble.com/file/n4829762/exception.txt exception.txt Generate classes and xml file is the same in .NET and Monodroid. -- View

Re: [mono-android] XmlSerializer deserialization exception

2011-09-20 Thread Jonathan Pryor
On Sep 20, 2011, at 7:11 AM, zeysoft wrote: > I use an XML File to save the settings. With VS2010 xsd.exe tool I generate > classes that correspond to > http://mono-for-android.1047100.n5.nabble.com/file/n4822129/appschema.xsd > this schema . When loading an XML application throws this exeption:

[mono-android] XmlSerializer deserialization exception

2011-09-20 Thread zeysoft
I'm port .NET project to Monodroid. I use an XML File to save the settings. With VS2010 xsd.exe tool I generate classes that correspond to http://mono-for-android.1047100.n5.nabble.com/file/n4822129/appschema.xsd this schema . When loading an XML application throws this exeption: In PC this wo