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.
System.Xml.XmlTextReaderImpl.
System.Xml.XmlTextReaderImpl.
System.Xml.XmlTextReaderImpl.
System.Xml.XmlTextReaderImpl.
System.Xml.XmlTextReaderImpl.
System.Xml.XmlTextReaderImpl.
System.Xml.XmlTextReader.Read(
QuickBookmarks.Group.ReadXml(
QuickBookmarks.Tab.ReadXml(
QuickBookmarks.Bookmarks.
BookmarksMgr.ReadBookmarks(
BookmarksMgr.GetBookmarks(
TabsCtrl.Page_Load(Object sender, EventArgs e) +3458
System.Web.Util.
System.Web.UI.Control.OnLoad(
System.Web.UI.Control.
System.Web.UI.Control.
System.Web.UI.Control.
System.Web.UI.Page.
-
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