Server Error in '/greenblog' 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 85:     void Application_Start(object sender, EventArgs e)
Line 86:     {
Line 87:         Utils.LoadExtensions();
Line 88:     }
Line 89: 

Source File: e:\web\mooremediao\htdocs\greenblog\Global.asax    Line: 87

Stack Trace:


[XmlException: Root element is missing.]
   System.Xml.XmlTextReaderImpl.Throw(Exception e) +69
   System.Xml.XmlTextReaderImpl.ParseDocumentContent() +1267
   System.Xml.XmlTextReaderImpl.Read() +63
   System.Xml.XmlTextReader.Read() +13
   System.Xml.XmlReader.MoveToContent() +74
   Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderManagedExtension.Read6_ManagedExtension() +19

[InvalidOperationException: There is an error in XML document (0, 0).]
   System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) +641
   System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream) +102
   ExtensionManager.DataStoreExtension(String name) in D:\Projects\Be-1610\BlogEngine\DotNetSlave.BusinessLogic\Web\Extensions\ExtensionManager.cs:253
   ExtensionManager.LoadExtensions() in D:\Projects\Be-1610\BlogEngine\DotNetSlave.BusinessLogic\Web\Extensions\ExtensionManager.cs:210
   ExtensionManager.ExtensionEnabled(String extensionName) in D:\Projects\Be-1610\BlogEngine\DotNetSlave.BusinessLogic\Web\Extensions\ExtensionManager.cs:55
   BlogEngine.Core.Utils.LoadExtensions() in D:\Projects\Be-1610\BlogEngine\DotNetSlave.BusinessLogic\Utils.cs:543
   ASP.global_asax.Application_Start(Object sender, EventArgs e) in e:\web\mooremediao\htdocs\greenblog\Global.asax:87

[HttpException (0x80004005): There is an error in XML document (0, 0).]
   System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +478
   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +118
   System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +176
   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +220
   System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +303

[HttpException (0x80004005): There is an error in XML document (0, 0).]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +660
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +90
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +189


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