上海 抽水机 厂:ASPX的问题

来源:百度文库 编辑:高校问答 时间:2024/05/06 05:46:07
我要给网吧做一个电影网站SQL版的
SQL安装完毕、数据库也设置好了、.NET框架也装了、IIS也装了
可是打开网站出现如下:
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 'NetBar.Global'.

Source Error:

Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="NetBar.Global" %>

Source File: /global.asax Line: 1

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
求高手解答!

上面的意思是在global.asax文件的第一行无法读取类型"netbar.global"

---------------------------------------------------------

Parser Error Message: Could not load type 'NetBar.Global'.

分析 错误 信息 无法 读取 类型 'NetBar.Global'