While running an application from IIs I got error like this.....
Server Error in '/' 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 type 'Sample.Report'.
Source Error: Line 1: <%@ Page Title="" Language="C#" MasterPageFile="~/Basic.Master" AutoEventWireup="true" CodeBehind="Report.aspx.cs" Inherits="Sample.Report" %>
|