2016-11-29, 12:46 AM
Upgraded to 3.9.2.161119 last night. Noticed an error when I went to the web:
I obscured the path slightly. That should be the only different note about my install, the NPVR profile directory is in a different location.
Downgraded to 3.8.3.160929, no error. Upgraded back to 3.9.2.161119 and still get the error above.
I'm running Windows 10 1607 with all updates.
URL to access is the IP of the computer:8866 or http://localhost:8866/
I have multiple networking interfaces... physical, virtual, and VPN types. Grasping at straws... the .NET install is the latest 4.6.2. No IPv6 on the LAN at least on the physical interface. Disabled all other network interfaces. No dice.
Logs attached.
Thanks.
Quote:Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1061: 'N_EWA.classes.Settings' does not contain a definition for 'GetIP4Address' and no extension method 'GetIP4Address' accepting a first argument of type 'N_EWA.classes.Settings' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 127: Logger.Info("IP V6 Detected on Server ");
Line 128: Logger.Info("IP6 Address: " + address);
Line 129: if (Global.Settings.autologinNets.CheckNumber(Global.Settings.GetIP4Address()))
Line 130: {
Line 131: IsInternalnetwork = true;
Source File: d:\Users\Public\NPVR\web\App_Code\Classes\VerifyInernalNetworkJSON.cs Line: 129
Compiler Warning Messages:
Show Detailed Compiler Output:
Show Complete Compilation Source:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1586.0
I obscured the path slightly. That should be the only different note about my install, the NPVR profile directory is in a different location.
Downgraded to 3.8.3.160929, no error. Upgraded back to 3.9.2.161119 and still get the error above.
I'm running Windows 10 1607 with all updates.
URL to access is the IP of the computer:8866 or http://localhost:8866/
I have multiple networking interfaces... physical, virtual, and VPN types. Grasping at straws... the .NET install is the latest 4.6.2. No IPv6 on the LAN at least on the physical interface. Disabled all other network interfaces. No dice.
Logs attached.
Thanks.