I get the following error:
Error: Unable to copy file "obj\Debug\xx.exe" to "bin\Debug\xx.exe". The process cannot access the file 'bin\Debug\xx.exe' because it is being used by another process.
I'm using version 15.3.5 of VS.
I'm aware that csc.exe is the compiler. What I want to ensure, when debugging from Visual studio 2017, is which process is it that ultimately creates the final file in the bin or release folder? Is this constructed in the obj folder and copied over to the final destination by another process?
I suspect that this is our corporate antivirus, given that 'system' acquires the lock for a few minutes at a time.
What is the process name that ultimately creates the binary in the bin/debug or bin/release folder from Visual Studio?
I will use this to configure our antivirus exclusion list.