2014-03-30, 01:12 PM
I had NEWA working fine with previous versions of NextPVR.
After upgrading to v3.2.9 normal recording and playback works fine, but when I point a browser at http://localhost:8866 I get different Server Error messages such as:
[COLOR="#FF0000"]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: 'managePlayList' does not contain a definition for 'GetMusicLibraryFileName' and no extension method 'GetMusicLibraryFileName' accepting a first argument of type 'managePlayList' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 382:
Line 383: managePlayList manage = new managePlayList();
Line 384: if (File.Exists(manage.GetMusicLibraryFileName()))
Line 385: {
Line 386: //auto start load of music since the music library file exists.
Source File: c:\Users\Public\NPVR\web\App_Code\Global.cs Line: 384 [/COLOR]
and
[COLOR="#FF0000"]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: CS1729: 'N_EWA.classes.VerifyInernalNetworkJSON' does not contain a constructor that takes 2 arguments
Source Error:
Line 33: {
Line 34:
Line 35: VerifyInernalNetworkJSON intNet = new VerifyInernalNetworkJSON(Request.GetQueryNameValuePairs(), Request);
Line 36: if (!intNet.IsInternalnetwork && !intNet.IsValidatedClient)
Line 37: {
Source File: c:\Users\Public\NPVR\web\App_Code\LibraryServiceController.cs Line: 35 [/COLOR]
The web.log at the time just says:
2014-03-30 14:08:30.257 [DEBUG][18] Got Web Request (127.0.0.1): /
2014-03-30 14:08:30.426 [DEBUG][8] Got Web Request (127.0.0.1): /favicon.ico
Do I have something misconfigured?
After upgrading to v3.2.9 normal recording and playback works fine, but when I point a browser at http://localhost:8866 I get different Server Error messages such as:
[COLOR="#FF0000"]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: 'managePlayList' does not contain a definition for 'GetMusicLibraryFileName' and no extension method 'GetMusicLibraryFileName' accepting a first argument of type 'managePlayList' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 382:
Line 383: managePlayList manage = new managePlayList();
Line 384: if (File.Exists(manage.GetMusicLibraryFileName()))
Line 385: {
Line 386: //auto start load of music since the music library file exists.
Source File: c:\Users\Public\NPVR\web\App_Code\Global.cs Line: 384 [/COLOR]
and
[COLOR="#FF0000"]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: CS1729: 'N_EWA.classes.VerifyInernalNetworkJSON' does not contain a constructor that takes 2 arguments
Source Error:
Line 33: {
Line 34:
Line 35: VerifyInernalNetworkJSON intNet = new VerifyInernalNetworkJSON(Request.GetQueryNameValuePairs(), Request);
Line 36: if (!intNet.IsInternalnetwork && !intNet.IsValidatedClient)
Line 37: {
Source File: c:\Users\Public\NPVR\web\App_Code\LibraryServiceController.cs Line: 35 [/COLOR]
The web.log at the time just says:
2014-03-30 14:08:30.257 [DEBUG][18] Got Web Request (127.0.0.1): /
2014-03-30 14:08:30.426 [DEBUG][8] Got Web Request (127.0.0.1): /favicon.ico
Do I have something misconfigured?