2014-09-26, 10:11 AM
I've been using NPVR (and GBPVR before that) for years now and any problems I've had I've been able to fix with help I've found here in the forums. I can't find anyone whose had this one, though. The problem is with the web interface. When I try to open the page, I get the following error:
It seems I should be able to fix it by making some change to line 42, but I have no idea what to change it to.
Quote:Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The type 'N_EWA.classes.Download' is ambiguous: it could come from assembly 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\0a635572\38fd2de4\App_Code.1pophcn4.DLL' or from assembly 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\0a635572\38fd2de4\App_Code.rxthrym3.DLL'. Please specify the assembly explicitly in the type name.
Source Error:
Line 40:
Line 41: <httpHandlers>
Line 42: <add verb="*" path="download.ashx" type="N_EWA.classes.Download" />
Line 43: <add verb="GET" path="*.svg" type="Svg.Web.SvgHandler, Svg" />
Line 44: <remove verb="*" path="*.asmx"/>
Source File: C:\Users\Public\NPVR\web\web.config Line: 42
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34212
It seems I should be able to fix it by making some change to line 42, but I have no idea what to change it to.