1 hour ago
[size=1]Server Error in '/' Application.[/size]
When going to the web apphttp://localhost:8866/index.html I get this message. Also in the deskstop app there are no listings on the TV guide. I use schedules direct, windows 10 and tried disabling AVG security, I also updated the NextPVR app. It is still recording my programs I have scheduled but cannot get any TV Guide listings.
[size=1]Server Error in '/' Application.[/size]
[size=1]Root element is missing.[/size]
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:
[size=1]Root element is missing.[/size]
[b]Description: [/b]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.
[b]Exception Details: [/b]System.Xml.XmlException: Root element is missing.
AVG
[b]Source Error:[/b]
[b]Source File: [/b]c:\Users\Public\NPVR\web\App_Code\Classes\Settings.cs[b] Line: [/b]798
[b]Stack Trace:[/b]
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Ver
When going to the web apphttp://localhost:8866/index.html I get this message. Also in the deskstop app there are no listings on the TV guide. I use schedules direct, windows 10 and tried disabling AVG security, I also updated the NextPVR app. It is still recording my programs I have scheduled but cannot get any TV Guide listings.
[size=1]Server Error in '/' Application.[/size]
[size=1]Root element is missing.[/size]
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:
[size=1]Root element is missing.[/size]
[b]Description: [/b]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.
[b]Exception Details: [/b]System.Xml.XmlException: Root element is missing.
AVG
[b]Source Error:[/b]
Code:
Line 796:
Line 797: if (File.Exists(GetWebConfigFileName()))
Line 798: configWeb.Load(GetWebConfigFileName());
Line 799:
Line 800: globalSettings = new HybridDictionary();[b]Source File: [/b]c:\Users\Public\NPVR\web\App_Code\Classes\Settings.cs[b] Line: [/b]798
[b]Stack Trace:[/b]
Code:
[XmlException: Root element is missing.]
System.Xml.XmlTextReaderImpl.Throw(Exception e) +69
System.Xml.XmlTextReaderImpl.ParseDocumentContent() +1266
System.Xml.XmlTextReaderImpl.Read() +63
System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +253
System.Xml.XmlDocument.Load(XmlReader reader) +108
System.Xml.XmlDocument.Load(String filename) +124
N_EWA.classes.Settings.LoadFromFile(Boolean reload) in c:\Users\Public\NPVR\web\App_Code\Classes\Settings.cs:798
N_EWA.classes.Settings.GetSetting(Object moduleObject, String settingName) in c:\Users\Public\NPVR\web\App_Code\Classes\Settings.cs:742
N_EWA.classes.Settings.Load() in c:\Users\Public\NPVR\web\App_Code\Classes\Settings.cs:174
N_EWA.classes.Settings..ctor() in c:\Users\Public\NPVR\web\App_Code\Classes\Settings.cs:166
N_EWA.Global..cctor() in c:\Users\Public\NPVR\web\App_Code\Global.cs:78
[TypeInitializationException: The type initializer for 'N_EWA.Global' threw an exception.]
N_EWA.Global..ctor() in c:\Users\Public\NPVR\web\App_Code\Global.cs:71
ASP.global_asax..ctor() in c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\0a635572\38fd2de4\App_global.asax.qiu8-yp9.0.cs:0
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) +0
System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +122
System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +239
System.Activator.CreateInstance(Type type, Boolean nonPublic) +85
System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) +1173
System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +130
System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture) +21
System.Web.HttpRuntime.CreateNonPublicInstance(Type type, Object[] args) +44
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +130
System.Web.HttpApplicationFactory.FireApplicationOnStart(HttpContext context) +35
System.Web.HttpApplicationFactory.EnsureAppStartCalled(HttpContext context) +195
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +83
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +524Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Ver