私のアプリケーションでは、他のページは正しく実行されていますが、このページはエラーをスローしています。
コード
<%@ 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