|
Hello, I am getting the following error. My website was working fine with these settings. However, an attempt to republish the website rose this error and ever since it has prevailed (even with attempts to republsih it !). Website gets successfully published but this error prevails when accessing from the webserver, IIS 6.0. The project works fine from .NET environment.. Is there a way to cure it? I appreciate the help.
Regards, Abhijit. ------------------------------------- Server Error in '/PEReports' Application.
Parser Error Description:
An error occurred during the parsing of a resource required to service this
request. Please review the following specific parse error details and modify
your source file appropriately.
Parser Error Message: Could not
load the assembly 'App_Web_u6yfrc-g'. Make sure that it is compiled before
accessing the page.
Source Error: Line 1: <%@ page language="VB" autoeventwireup="false" inherits="_Default, App_Web_u6yfrc-g" %>
Line 2: <%@ Register TagPrefix="CR" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
Line 3: <!--#include File="../Link.aspx "-->
Source File: /PEReports/Legacy/SummaryReport.aspx Line: 1
Version Information:Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.42
|