In edit mode the error occurs whenever the below line of code is executed.
Properties properties = Dynamicweb.Properties.LoadProperties();
The problem also occurs when i view the frontend and that class only containsreturn
"frontend output"; The error: System.Xml.XmlException: '100' is an unexpected token. The expected token is '"' or '''. Line 20, position 65. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2) at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) 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 Dynamicweb.Properties.LoadProperty(String xmlString, Boolean blnKeepRoot, Boolean blnMerge) at Dynamicweb.ContentModule.InitializeModule(DataRow ParagraphRow, PageView Pageview) at Dynamicweb.Frontend.Content.getModule(DataRow& ParagraphRow)