提示是:
the class file "***.aspx.cs" specified as the codebehind for "*.asp" could not be loaded.

解决方案 »

  1.   

    WebForm1.aspx文件头
    <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebTest.WebForm1" %>
    这个是*.cs文件:WebForm1.aspx.cs,看有没有?或者是改名了?
      

  2.   

    asp页面?还是aspx?
    vs.net不支持对asp的可视化设计
      

  3.   

    重启.net,或者新建一个页面,用写字板打开原来的文件,把代码copy过来吧
      

  4.   

    我曾经碰到过一次类似的情况,不知道和你的有没有区别,我的前兆是打开解决方案前提示下载。关掉当前窗口,直接双击打开你的解决方案*.sln
      

  5.   

    确定aspx文件都在吗?再确定文件的属性是否为只读?最后确定,<%@ Page Language="c#" AutoEventWireup="false" Codebehind="*****.aspx.cs" Inherits="Mitsui.Misa.PS.SR.PSSR11.Web.frmPSSR11" %>*****.aspx.cs文件名指定的是否正确。还不行,我建议你把3个文件复制、加入到一个新的solution中试试。祝好运