cyclestreets / winphone

Windows Phone 8 app
1 stars 0 forks source link

An error occured during the deserialization. Details are in the inner exception. #80

Open realworld666 opened 8 years ago

realworld666 commented 8 years ago
Polenter.Serialization.Core.DeserializingException: An error occured during the deserialization. Details are in the inner exception. ---> System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at Polenter.Serialization.Advanced.DefaultXmlReader.ReadElement()
   at Polenter.Serialization.Advanced.XmlPropertyDeserializer.Deserialize()
   at Polenter.Serialization.SharpSerializer.Deserialize(Stream stream)
   --- End of inner exception stack trace ---
   at Polenter.Serialization.SharpSerializer.Deserialize(Stream stream)
   at Cyclestreets.Pages.RouteFile.<loadfilewithname>d__9.MoveNext()
--- Inner exception of type System.Xml.XmlException start ---
--- Message: Data at the root level is invalid. Line 1, position 1. ---
System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at Polenter.Serialization.Advanced.DefaultXmlReader.ReadElement()
   at Polenter.Serialization.Advanced.XmlPropertyDeserializer.Deserialize()
   at Polenter.Serialization.SharpSerializer.Deserialize(Stream stream)
--- End of inner exception stack trace ---