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 System.Xml.XPath.XPathDocument.LoadFromReader(XmlReader reader, XmlSpace space)
at System.Xml.XPath.XPathDocument..ctor(TextReader textReader)
at Travidia.Web.Generic.XpdFromString(String s)
at Travidia.Web.Generic.XpdFromBytes(Byte[] b)
at Travidia.Web.Controls.Transform.get_XmlData()
at Travidia.Web.Controls.Transform.Render(HtmlTextWriter output)
|
|