Hi all trying to use the Build Events that are on the property page of the project I wish to copy a Directory so it's placed within the release folder when i compile.
I write the following post build.
It works and my code complies but i get the following error message any one now why?Code:copy"$(ProjectDir) Reports" "$(TargetDir)"
Error 1 The command "copy"C:\C# Work\ReportTest\ReportTest\ Reports" "C:\C# Work\ReportTest\ReportTest\bin\Release\"" exited with code 123. ReportTest
Thanks!!!




Reply With Quote