After a successful running of the upgrade from DNN 4.4.1 -> 4.5.5, I go to browse to my site and get this error:
DotNetNuke.Services.Exceptions.PageLoadException: Name cannot begin with the '%' character, hexadecimal value 0x25. Line 1, position 2. ---> System.Xml.XmlException: Name cannot begin with the '%' character, hexadecimal value 0x25. Line 1, position 2.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at Solpart.WebControls.SolpartMenu.GetSolpartCapsDOM()
at Solpart.WebControls.SolpartMenu.BrowserSupportsFunctionality(ClientFunctionalityEnums eFunctionality)
at Solpart.WebControls.SolpartMenu.DownLevelBrowser()
at Solpart.WebControls.SolpartMenu.getBorderStyle(String type, String color, Int32 width)
at Solpart.WebControls.SolpartMenu.getMenuBorderStyle(String shColor, String hlColor, Int32 width)
at Solpart.WebControls.SolpartMenu.WriteCSSStyles()
at Solpart.WebControls.SolpartMenu.Page_PreRender(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Control.OnPreRender(EventArgs e)
at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs evt)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---
Any help?
I took my web.config and ran it through an XML validator (thinking that perhaps the web.config was not well-formed).
Tim