I am unable to build solution because I get the开发者_如何学编程 following error
The command "c:\mypath\myapp.dll" move "c:\mypath1\" exited with code1.
How do I fix this?
Looks like you have a post-build command to move a dll from one location to another. I believe the syntax for the command should be "move [source path] [destination path]"
Verify the POST Build events from the Project Properties, Build events.
精彩评论