I\'m working on a project that requires that DLLs generated by building my solution to be copied from the bin folder to another folder, both of which are on my machine, in m
In my case, the dll I was creating by building the project was still in use in the background. I killed the application and then xcopy worked fine as expected.