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:


Line 146:    {
Line 147:
Line 148:        var blogs = BlogUtilities.LoadActiveBlogsByCategory(category.BlogCategoryGuid);
Line 149:
Line 150:        if (blogs != null)

Source File: c:\inetpub\vhosts\frumples.com\httpdocs\App_Controls\BlogControl.ascx.cs    Line: 148

Stack Trace:


[XmlException: Root element is missing.]
   System.Xml.XmlTextReaderImpl.Throw(Exception e) +73
   System.Xml.XmlTextReaderImpl.ParseDocumentContent() +5373234
   System.Xml.XmlTextReaderImpl.Read() +151
   System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options) +44
   System.Xml.Linq.XDocument.Load(String uri, LoadOptions options) +61
   System.Xml.Linq.XDocument.Load(String uri) +12
   Joopk.BlogUtilities.LoadAllBlogs() +144
   Joopk.BlogUtilities.LoadActiveBlogsByCategory(Guid CategoryGuid) +113
   App_Controls_BlogControl.LoadInformation(BlogCategory category) in c:\inetpub\vhosts\frumples.com\httpdocs\App_Controls\BlogControl.ascx.cs:148
   App_Controls_BlogControl.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\frumples.com\httpdocs\App_Controls\BlogControl.ascx.cs:45
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Control.LoadRecursive() +134
   System.Web.UI.Control.LoadRecursive() +134
   System.Web.UI.Control.LoadRecursive() +134
   System.Web.UI.Control.LoadRecursive() +134
   System.Web.UI.Control.LoadRecursive() +134
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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