How do I fix MSB3073 error in my post-build event?

后端 未结 14 2561
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-05 04:48

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

14条回答
  •  情深已故
    2020-12-05 05:07

    Following thing you should do before to run copy command if you facing some issue with copy command

    1. open solution as a administrator and build the solution.
    2. if you have problem like "0 File(s) copied" check you source and destination path. might you are using wrong path. it would be better if you run the same command in "command prompt" to check whether it is working fine or not.

提交回复
热议问题