ASP.NET Parser Error Message: Could not load type 'Web.Global'.

Server Error in '/myapp' 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 'Web.Global'.

Source Error:

Line 1:  <%@ Application Codebehind="Global.asax.cs" Inherits="Web.Global" Language="C#" %>

Source File:/ierp2/global.asax Line:1



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

Web项目引用了其它的类项目,打开Bin一看,下面是空的,才想起来之前做备份的时候执行了清理解决方案,这次发布的时候没有重新生成,重新生成之后,把Bin目录下的文件复制到发布目录的Bin目录下,问题解决。

时间: 2024-10-15 21:20:55

ASP.NET Parser Error Message: Could not load type 'Web.Global'.的相关文章

ASP 三层架构 Error处理类_应用技巧

从这节开始,将会给大家介绍几个ASP中的三大通用类,它贯穿于我所设计的三层架构中,是对ASP语法的扩展,可以提高很多细节处理上的效率,可以算是一点点框架的味道. 本节介绍错误处理类,类名Con_Error,在代码页面之初就进行初始化,实例名为e,以下的e.add 即使用该错误类的实例化对象进行操作. 方法介绍: e.Add(ByVal vErrorMessage ) 记录一个错误,并且设置 e.Error = true . 在程序检测用户名合法性等地方发现错误时,就调用这个方法,记录一个错误信息

asp.net Server Error in Application解决方法

错误信息: Server Error in '/' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application pre

ASP 三层架构 Error处理类

从这节开始,将会给大家介绍几个ASP中的三大通用类,它贯穿于我所设计的三层架构中,是对ASP语法的扩展,可以提高很多细节处理上的效率,可以算是一点点框架的味道. 本节介绍错误处理类,类名Con_Error,在代码页面之初就进行初始化,实例名为e,以下的e.add 即使用该错误类的实例化对象进行操作. 方法介绍: e.Add(ByVal vErrorMessage ) 记录一个错误,并且设置 e.Error = true . 在程序检测用户名合法性等地方发现错误时,就调用这个方法,记录一个错误信息

Lua error message and traceback

Lua执行遇到错误时, 如果错误信息输出为字符串类型, 那么还会附加两个内容,  1. 输出来源, 例如文件或标准输入 2. 错误位置, 行号.  例如 :  > function foo(str) >> if type(str) ~= 'string' then >> print("line 1\n") >> error("string expected") >> end >> print(&quo

parser error-org.hibernate.hql.PARSER ERROR line 1:8: unexpected token: /

问题描述 org.hibernate.hql.PARSER ERROR line 1:8: unexpected token: / 我的数据库查询语句通过hibernate解析之后报错 语句如下:String hql = "select /*+full(cma)*/cma AutoStatisticData cma where 1=1 ....等等"; 这个/*+full(cma)*/ 是要做全表扫描,不走索引之类的. 但是hibernate解析报[http-bio-8550-exec

ASP Json Parser修正版_json

但后来用的时候,发现一个问题,如果json比较单纯,就没什么问题,如果json中含有数组,由于vbs是不可以直接引用js中数组元素的,所以,导致无法访问json对象中的数组元素.试过很多种办法,pop啦,之类的,都不行.再查网上,也无果. 郁闷很久, 转而搜索"vbscript how to access javascript array",竟然给我找到一篇老外的文章.经过调试,发现老外的办法不错.访问不了的原因是没有定义相应的get方法.转而加入他这个get索引器,一试,ok了. 代

SAP Basis Error Message - Output device LP01 is locked in the SAP system

[绝对原创] SAP Basis SP01 Error Message - Output device LP01 is locked in the SAP system SP01,   Double click the record of 238863, we tried to print for this request, got below error message, 'Output device LP01 is locked in the SAP system',     How to

Compiler Error Message: CS0016: Could not write to output file 回绝访问

  Compiler Error Message: CS0016: Could not write to output file 'c:\Windows...dll' 拒绝访问 C:\Windows\Temp"文件夹加上 IIS_IUSRS的完全控制权限

【翻译】在Visual Studio中使用Asp.Net Core MVC创建你的第一个Web API应用(一)

HTTP is not just for serving up web pages. It's also a powerful platform for building APIs that expose services and data. HTTP is simple, flexible, and ubiquitous. Almost any platform that you can think of has an HTTP library, so HTTP services can re