Compilation Error 
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS0006: Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\68e621e7\6e6de4f\App_Web_02wfvc3c.dll' could not be foundSource Error: [No relevant source lines]
 

解决方案 »

  1.   

    http://www.cnblogs.com/samlin/archive/2008/06/27/1230983.html
    看看这个能不能帮到你
      

  2.   

    可能是找不到这个程序集了:App_Web_02wfvc3c.dll
      

  3.   

    从GAC(C:\Windows\assembly)里面删除两个dll之中你不需要的那个
    可能是连个dll的版本是不一样的,需要删除一个,
    还有令一种方法是你在配置文件中指定你所要的那个dll
      

  4.   

    上面写错了你到'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\68e621e7\6e6de4f\App_Web_02wfvc3c.dll'看一下,上面是以前遇到的,不知对你能不能好用?
      

  5.   

    找不到程序集 App_Web_02wfvc3c.dll
      

  6.   

    找不到程序集 App_Web_02wfvc3c.dll 
    重新生成试试
      

  7.   

    重装了一下 .net framework 2.0好了