JeremyThake
-
4/20/2006 4:03:15 AM
Re: Error: CMSDESK: The data at the root level is invalid
I just deleted the entire branch and copied up a fresh set of files (that work locally pointing to the same database) and I still get the same error:
Server Error in '/' Application. The data at the root level is invalid. Line 4724, position 8. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Xml.XmlException: The data at the root level is invalid. Line 4724, position 8.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[XmlException: The data at the root level is invalid. Line 4724, position 8.] System.Xml.XmlTextReader.ParseRoot() +323 System.Xml.XmlTextReader.Read() +127 System.Xml.XmlValidatingReader.ReadNoCollectTextToken() +38 System.Xml.XmlValidatingReader.Read() +14 System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +31 System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +102 System.Xml.XmlDocument.Load(XmlReader reader) +72 System.Xml.XmlDocument.Load(String filename) +78 Kentico.ResourceManager.FileResourceManager.LoadFile(String resourceFilePath) Kentico.ResourceManager.FileResourceManager..ctor(String resourceFilePath) Kentico.CMS.CMSDesk.ResMan.GetString(String stringName) in D:\Inetpub\wwwroot\BibTrackKenticoCMS\cmsdesk\ResMan.cs:23 Kentico.CMS.CMSDesk.ListMyDocuments.Page_Load(Object sender, EventArgs e) in D:\Inetpub\wwwroot\BibTrackKenticoCMS\cmsdesk\MyDesk\ListMyDocuments.aspx.cs:49 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Page.ProcessRequestMain() +750
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
|