Заблокировано error

  • 13 марта 2012 г. 17:26
     
     

    how can i fix error Error  

     101    Unable to copy file "obj\x86\Debug\dana1.exe" to "bin\Debug\dana1.exe". The process cannot access the file 'bin\Debug\dana1.exe' because it is being used by another process.    C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets    2868

Все ответы

  • 13 марта 2012 г. 17:44
     
     Отвечено

    The most likely reason is that your application (dana1.exe) is running. Close the application or open task manager and kill the process dana1.exe.

    Another reason is that it can be locked by another application. Download a program like process explorer (http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx) to find which process is using the file and stop that process.


    http://sherifelmetainy.blogspot.com/

    • Помечено в качестве ответа dana267 13 марта 2012 г. 17:57
    •