2014-02-04, 08:51 PM
Also the version on the FTP gives a fault ....
My intention was to install the patch for the tuner. But saw the new version.
But it's failing.
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 'getMusicLibrary' and no extension method 'getMusicLibrary' accepting a first argument of type 'managePlayList' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 258: //util.getJSONGenres()
Line 259:
Line 260: rsp.Content = new ObjectContent<Object>(manage.getMusicLibrary(), new JsonMediaTypeFormatter(), new MediaTypeWithQualityHeaderValue("application/json"));
Line 261:
Line 262: return rsp;
Source File: c:\Users\Public\NPVR\web\App_Code\GuideServiceController.cs Line: 260
Compiler Warning Messages:
Show Detailed Compiler Output:
Show Complete Compilation Source:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408
My intention was to install the patch for the tuner. But saw the new version.
But it's failing.
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 'getMusicLibrary' and no extension method 'getMusicLibrary' accepting a first argument of type 'managePlayList' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 258: //util.getJSONGenres()
Line 259:
Line 260: rsp.Content = new ObjectContent<Object>(manage.getMusicLibrary(), new JsonMediaTypeFormatter(), new MediaTypeWithQualityHeaderValue("application/json"));
Line 261:
Line 262: return rsp;
Source File: c:\Users\Public\NPVR\web\App_Code\GuideServiceController.cs Line: 260
Compiler Warning Messages:
Show Detailed Compiler Output:
Show Complete Compilation Source:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408