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
If the problem still persists even after putting the after build in the correct project try using "copy" instead of xcopy. This worked for me.