J
j4jubin
Guest
I am facing a weird issue on my machine. Whenever I try to recompile my c# code I am getting this error
"Error Unable to copy file "obj\Debug\xxxxx.dll/exe" to "bin\Debug\xxxxx.dll/exe". The process cannot access the file 'bin\Debug\xxxxx.dll/exe' because it is being used by another process."
I tried using Visual Studio 2010,2012 and #develop. The program compiles fine on the first run, later when i try to recompile the bin folder is getting locked up with some process. The folder will be locked for 20 - 60 seconds . My OS is windows 7 x64 sp1. I 've gone through the solutions found in various development forums. None of them seem to work in my case. If you 've a solution please comment.
"Error Unable to copy file "obj\Debug\xxxxx.dll/exe" to "bin\Debug\xxxxx.dll/exe". The process cannot access the file 'bin\Debug\xxxxx.dll/exe' because it is being used by another process."
I tried using Visual Studio 2010,2012 and #develop. The program compiles fine on the first run, later when i try to recompile the bin folder is getting locked up with some process. The folder will be locked for 20 - 60 seconds . My OS is windows 7 x64 sp1. I 've gone through the solutions found in various development forums. None of them seem to work in my case. If you 've a solution please comment.