我知道这个问题之前已经提出过,但可用的解决方案并没有解决我的问题。
我的解决方案中有一个我没有编写的 global.asax 文件。cs 文件中的命名空间和类与继承命名空间和类匹配。
导致问题的原因很简单:我从解决方案中排除了一个目录,然后重新包含它。从那时起,当我尝试构建我的解决方案时会出现以下错误:
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 'EnableWebApp.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="EnableWebApp.Global" Language="C#" %>
Source File: /global.asax Line: 1
我已经清理、重建、重新安装了这些文件,重新启动了框架,并重新启动了我的系统。还没有解决它。
Global.asax "<%@ Application Codebehind="Global.asax.cs" Inherits="EnableWebApp.Global" Language="C#" %>"
Global.asax.cs 命名空间 EnableWebApp { 公共类 Global : System.Web.HttpApplication {