-
-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Load SiteMap #171
Comments
Hi, This could occur if SiteMapXml starts with a comment but I'm not even sure. I am able to load SiteMap from CRM 2015 OnPrem and CRM 2015 Update 1 Online without any problem |
How can I repair it? |
if you are using CRM 2015 OnPrem, I would get the sitemap from table SiteMap in your organization database to see what it looks like |
Ok, someone else provided help to identify this bug. It is due to comment with text only inside |
Fixed |
I have downloaded the latest version from GitHub to run on the original release of CRM 2015.
When I use the SiteMap editor, I get the following error when trying to load the site map from my server.
PLEASE HELP!!!!
Thanks.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at MsCrmTools.SiteMapEditor.AppCode.TreeNodeHelper.AddTreeViewNode(Object parentObject, XmlNode xmlNode, SiteMapEditor form, Boolean isDisabled)
at MsCrmTools.SiteMapEditor.AppCode.TreeNodeHelper.AddTreeViewNode(Object parentObject, XmlNode xmlNode, SiteMapEditor form, Boolean isDisabled)
at MsCrmTools.SiteMapEditor.AppCode.TreeNodeHelper.AddTreeViewNode(Object parentObject, XmlNode xmlNode, SiteMapEditor form, Boolean isDisabled)
at MsCrmTools.SiteMapEditor.SiteMapEditor.DisplaySiteMap()
at MsCrmTools.SiteMapEditor.SiteMapEditor.b__e(RunWorkerCompletedEventArgs e)
The text was updated successfully, but these errors were encountered: