Server Error in '/' Application.

Data at the root level is invalid. Line 70, position 14.

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: Data at the root level is invalid. Line 70, position 14.

Source Error:


Line 300:        if (File.Exists(FilePath))
Line 301:        {
Line 302:            ds.ReadXml(FilePath);
Line 303:            DataTable dt = ds.Tables[0];
Line 304:            if (dt.Rows.Count > 0)

Source File: c:\inetpub\wwwroot\slidesfinder.com\presentation-view.aspx.cs    Line: 302

Stack Trace:


[XmlException: Data at the root level is invalid. Line 70, position 14.]
   System.Xml.XmlTextReaderImpl.Throw(Exception e) +88
   System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace() +6367103
   System.Xml.XmlTextReaderImpl.ParseDocumentContent() +114
   System.Xml.XmlReader.ReadEndElement() +52
   System.Data.DataSet.ReadEndElement(XmlReader reader) +136
   System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving) +1449
   System.Data.DataSet.ReadXml(String fileName) +87
   presentation_view.BindTranscript(Int32 id, Int32 type) in c:\inetpub\wwwroot\slidesfinder.com\presentation-view.aspx.cs:302
   presentation_view.BindDetail(Int32 id) in c:\inetpub\wwwroot\slidesfinder.com\presentation-view.aspx.cs:191
   presentation_view.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\slidesfinder.com\presentation-view.aspx.cs:27
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3062.0