在我的应用程序中,其他页面运行正常,但此页面抛出错误。
代码
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OutReport.aspx.cs" Inherits="HMS.OutReport" MasterPageFile="~/Site.Master" %>
<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
</asp:Content>
错误
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 'HMS.OutReport'.
Source Error:
Line 1:
Line 2: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OutReport.aspx.cs" Inherits="HMS.OutReport" MasterPageFile="./Site.Master" %>
Line 3: <asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
Line 4: </asp:Content>
Source File: /OutReport.aspx Line: 2