把项目关掉, 删除bin和obj两目录, 再打开重新编译

解决方案 »

  1.   

    自己写个程式,专门杀掉它试;代码如下:
    foreach(System.Diagnostics.Process p in System.Diagnostics.Process.GetProcesses()) 
    {
    if(p.ProcessName.ToUpper() == "abc.dll")
    {
    p.Kill();
    }
    }
      

  2.   

    FIX: ASP.NET Does Not Copy Files from Bin Directory to Temporary ASP.NET Files Folder
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q319991
      

  3.   

    在任务管理器 进程中 把Aspnet_wp.exe 结束
      

  4.   

    the above article might not be relevant to your problem, if you are running some kind of anti-virus program, consider to turn it off when you are debugging, also, consider to turn off indexing services if it is running
      

  5.   

    try download .net framwork 1.0 sp2 fix ofhttp://support.microsoft.com/default.aspx?scid=kb;EN-US;Q319991