Server Error in '/' Application. There is an unclosed literal string. Line 69, position 183.
Server Error in '/' Application.
There is an unclosed literal string. Line 69, position 183.
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: There is an unclosed literal string. Line 69, position 183.
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: There is an unclosed literal string. Line 69, position 183.]
System.Xml.XmlTextReaderImpl.Throw(Exception e) +72
System.Xml.XmlTextReaderImpl.Throw(String res, String arg) +116
System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr) +5463031
System.Xml.XmlTextReaderImpl.ParseAttributes() +684
System.Xml.XmlTextReaderImpl.ParseElement() +375
System.Xml.XmlTextReaderImpl.ParseElementContent() +119
System.Xml.XmlTextReaderImpl.Read() +44
System.Xml.XmlTextReader.Read() +15
QuickBookmarks.Group.ReadXml(XmlReader r) +679
QuickBookmarks.Tab.ReadXml(XmlReader r) +424
QuickBookmarks.Bookmarks.ReadXml(XmlReader r) +234
BookmarksMgr.ReadBookmarks(Int32 userId) +169
BookmarksMgr.GetBookmarks(Int32 userId, Boolean publicMode) +197
TabsCtrl.Page_Load(Object sender, EventArgs e) +3458
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
System.Web.UI.Control.OnLoad(EventArgs e) +95
System.Web.UI.Control.LoadRecursive() +59
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +780
-
still getting:
Server Error in '/' Application.
Root element is missing.
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: Root element is missing.
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: Root element is missing.] System.Xml.XmlTextReaderImpl.Throw(Exception e) +72 System.Xml.XmlTextReaderImpl.ParseDocumentContent() +5469507 System.Xml.XmlTextReaderImpl.Read() +163 System.Xml.XmlTextReader.Read() +15 System.Xml.XmlReader.MoveToContent() +61 QuickBookmarks.Bookmarks.ReadXml(XmlReader r) in E:\Dev\QuickBookmarks\Code\Data\Bookmarks.cs:72 BookmarksMgr.ReadBookmarks(Int32 userId) in E:\Dev\QuickBookmarks\Code\Mgrs\BookmarksMgr.cs:49 BookmarksMgr.GetBookmarks(Int32 userId, Boolean publicMode) in E:\Dev\QuickBookmarks\Code\Mgrs\BookmarksMgr.cs:63 TabsCtrl.Page_Load(Object sender, EventArgs e) in E:\Dev\QuickBookmarks\Tabs.ascx.cs:368 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51 System.Web.UI.Control.OnLoad(EventArgs e) +95 System.Web.UI.Control.LoadRecursive() +59 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +780
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2106.0
is there a fix
0
Please sign in to leave a comment.
Comments
1 comment