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菜鸟

解决方案 »

  1.   

    貌似<%@ page language="C#" autoeventwireup="true" inherits="App_Web_dmb5jsqc.login, App_Web_dmb5jsqc" %>
    或者
    <%@ page language="C#" autoeventwireup="true" inherits="App_Web_dmb5jsqc.login" %>
      

  2.   

    app_web_dmb5jsqc.dll,保证有?要不拿出源代码重新编译下吧,这个是编译后的,不是源代码
      

  3.   

    app_web_dmb5jsqc.dll保证有,在bin文件夹下
    这个是别人给我的一个asp.net的源代码,
    这个是编译后的?
    我直接在iis中设置了一个虚拟目录,想运行,就出现这样的状况,那么我应该怎么运行这个网站呢?