I ran into this problem
Unable to copy file "*\bin\debug\*.dll"to"bin\*.dll"
And when that happens, compilation will fail due to the above error.
Edit: I know that the file is locked by the devenv.exe process, which leads to the above error, because if I restart VS, the problem will disappear, but will it still be fixed without restarting VS?
source
share