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:
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
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
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:
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