NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 213 214 215 216 217 … 433 Next »
Web GUI Error

Web GUI Error
biglawren
Offline

Junior Member

Posts: 1
Threads: 1
Joined: Jun 2014
#1
2014-06-09, 12:53 AM
Here is what I am getting... Any help.


Remote

Code:
Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

Local
Code:
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 32:         public HttpResponseMessage GetNPVRVersion()
Line 33:         {
Line 34:             VerifyInernalNetworkJSON intNet = new VerifyInernalNetworkJSON(Request.GetQueryNameValuePairs(), Request);
Line 35:             if (!intNet.IsInternalnetwork && !intNet.IsValidatedClient)
Line 36:             {

Source File: c:\Users\Public\NPVR\web\App_Code\UtilServiceController.cs    Line: 34


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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Mouse Click on TV Guide throws an error mlopez1007 2 1,522 2021-03-22, 11:33 AM
Last Post: Graham
  Unhandled Exception Error Message reedaf4 23 7,721 2020-03-13, 05:03 PM
Last Post: sub
Photo Server database error mnthope 4 2,268 2019-12-23, 11:28 PM
Last Post: sub
  Framework Error Mroctober 1 1,227 2019-09-25, 03:13 PM
Last Post: Graham
  EPG error message djregehr 3 1,706 2019-08-09, 05:50 PM
Last Post: djregehr
  Error in Channel Setup Rich A 17 4,471 2019-05-24, 10:17 PM
Last Post: Rich A
  Recording Error: No errors, but no data delivered. jksmurf 4 1,897 2019-04-08, 04:24 AM
Last Post: jksmurf
  Import Error with Updated NPVR Release Coulen 9 3,080 2019-03-08, 10:00 PM
Last Post: sub
  Recurring page causes exception error metrov 9 2,759 2019-02-07, 09:23 PM
Last Post: metrov
  Invalid character in EPG data/Unicode error ZXGuesser 6 2,708 2019-02-07, 04:24 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode