当前位置: 代码迷 >> ASP.NET >> Could not load the assembly 'App_Web_dmb5jsqc'?解决办法
  详细解决方案

Could not load the assembly 'App_Web_dmb5jsqc'?解决办法

热度:1882   发布时间:2013-02-25 00:00:00.0
Could not load the assembly 'App_Web_dmb5jsqc'?
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_dmb5jsqc'. Make sure that it is compiled before accessing the page.

Source Error: 


Line 1: <%@ page language="C#" autoeventwireup="true" inherits="login, App_Web_dmb5jsqc" %>Line 2:  
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
app_web_dmb5jsqc 在bin文件夹中有
Make sure that it is compiled before accessing the page. 预先被编译?怎么编译?我不懂这个,我是asp.net菜鸟



------解决方案--------------------------------------------------------
app_web_dmb5jsqc.dll,保证有?要不拿出源代码重新编译下吧,这个是编译后的,不是源代码
  相关解决方案