2013-09-29, 04:41 AM
I have the current version of NextPVR running on a windows 7 box, and just read about this NEWA interface (via trying to install the SearchLite plugin), and whenever I enter the URL into my web browser (http://localhost:8866) or even the link to the guide at http://localhost:8866/guide2.aspx, I get this back:
My MVP/NMT Client Setup panel has the Webserver enabled with the 8866 port with the default admin and password there...
Any help here on what went wrong?
Thanks
Cal
Code:
Server Error in '/' Application.
The requested operation cannot be performed on a file with a user-mapped section open.
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.IO.IOException: The requested operation cannot be performed on a file with a user-mapped section open.
Source Error:
Line 560: }
Line 561:
Line 562: configWeb.Save(GetWebConfigFileName());
Line 563: }
Line 564:
Source File: c:\Users\Public\NPVR\web\App_Code\Classes\Settings.cs Line: 562
Stack Trace:
[IOException: The requested operation cannot be performed on a file with a user-mapped section open.
]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7724700
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +1162
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +66
System.Xml.XmlTextWriter..ctor(String filename, Encoding encoding) +36
System.Xml.XmlDocument.Save(String filename) +79
N_EWA.classes.Settings.SaveToFile() in c:\Users\Public\NPVR\web\App_Code\Classes\Settings.cs:562
N_EWA.classes.Settings.Save() in c:\Users\Public\NPVR\web\App_Code\Classes\Settings.cs:393
N_EWA.Global..cctor() in c:\Users\Public\NPVR\web\App_Code\Global.cs:60
[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:49
ASP.global_asax..ctor() in c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\0a635572\38fd2de4\App_global.asax.svmr1wcu.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, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) +0
System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) +86
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +230
System.Activator.CreateInstance(Type type, Boolean nonPublic) +67
System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +1051
System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +111
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +197
System.Web.HttpApplicationFactory.FireApplicationOnStart(HttpContext context) +31
System.Web.HttpApplicationFactory.EnsureAppStartCalled(HttpContext context) +134
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +88
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +290
My MVP/NMT Client Setup panel has the Webserver enabled with the 8866 port with the default admin and password there...
Any help here on what went wrong?
Thanks
Cal