网站生成上传后总是出现错误码,请帮我看看应该如何解决呢
我本地网站开发环境是VS2008+.net3.5+access2007,空间商说是帮我安装了net3.5,可我网站生成后上传还是出现错误,请问是哪出的问题呢,错误如下:
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 the assembly 'App_Web_-dobkrig'. Make sure that it is compiled before accessing the page.
Source Error:
Line 1: <%@ master language="C#" autoeventwireup="true" inherits="share_MasterPage, App_Web_-dobkrig" %>
Line 2: <%@ Register src="head.ascx" tagname="head" tagprefix="uc1" %>
Line 3: <%@ Register src="foot.ascx" tagname="foot" tagprefix="uc2" %>
Source File: /share/MasterPage.master Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053