应用程序出错 [英] Error in Application

查看:79
本文介绍了应用程序出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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 'EDAIF.Disbursment.Ntranche'.

Source Error:


Line 1:  <%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Ntranche.aspx.cs" Inherits="EDAIF.Disbursment.Ntranche" %>
Line 2:  <asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
Line 3:  </asp:Content>

Source File: /Disbursment/Ntranche.aspx    Line: 1

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1008







错误在哪里?



请协助



谢谢




Where is the error?

Please assist

Thanks

推荐答案

错误很清楚&安培;不言自明:

无法加载类型'EDAIF.Disbursment.Ntranche'



意味着您缺少对 EDAIF.Disbursment.Ntranche 的引用。如果您已经提供了参考,请尝试清理解决方案&重建它。



-KR
Error is pretty clear & self-explanatory:
Could not load type 'EDAIF.Disbursment.Ntranche'.

Meaning you're missing references for EDAIF.Disbursment.Ntranche. And if you already have given the reference, try to clean the solution & rebuild it.

-KR


Check that the codebehind class is

public partial class Ntranche : Page
{

}



将此更改为


Change this to

public partial class EDAIF.Disbursment.Ntranche : Page
{

}





既然你说项目不包含项目文件或解决方案文件,我认为问题出在这里。 IIS无法理解项目类型。



Since you are saying that the project does not contain the project file or solution file, I think the problem is here. The IIS is not able to understand the project type.


这篇关于应用程序出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆