When i start to debug application i am getting this error Can any one give me the solution
Error 1 The command “xcopy “F:\asoadmin_ML_view\leaf\Console\Bin\Debug\Console.*” “F:\leafPRODUCT\Bin” /f /e /y /i
xcopy “F:\leafPRODUCT..\voyagerhtml\Operations Sentinel Console Help*.chm” “F:\leafPRODUCT\Help” /f /e /y /i
” exited with code 4.
Your build process likely has a pre/post build step associated with it that is executing the XCopy commands. Error code 4 implies either insufficient disk space to perform the copy, or a syntax error in the command.
To edit your project’s pre/post build steps, right click on your project, then select Properties -> Build Events. To diagnose these commands, try running them from the command line after you build your project.