首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

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

2012-04-30 
Could not load the assembly App_Web_dmb5jsqc?Parser ErrorDescription: An error occurred during th

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,保证有?要不拿出源代码重新编译下吧,这个是编译后的,不是源代码

热点排行