Programming2007
Programmer
Hi all I looked at the website to try to write a successful post build event. My current post build event is:
copy $(TargetPath) $(SolutionDir)\PEGF\$(OutDir)
I get the warning message "Post-Build Event failed". I am able to copy the class file name dll into the solution directory's output folder and it works. I am running this program several times and need to fix the build event. I even wrote the path names manually, for example Post Build Event would be....
copy C:\Documents and Settings\Allyson.ALLYNOTEBOOK\My Documents\iri\pegf\pegf\pegf\Algorithm3\bin\Debug\Algorithm3.dll C:\Documents and Settings\Allyson.ALLYNOTEBOOK\My Documents\iri\pegf\pegf\pegf\PEGF\bin\Debug
......and that fails!!! What could be the problem?????
copy $(TargetPath) $(SolutionDir)\PEGF\$(OutDir)
I get the warning message "Post-Build Event failed". I am able to copy the class file name dll into the solution directory's output folder and it works. I am running this program several times and need to fix the build event. I even wrote the path names manually, for example Post Build Event would be....
copy C:\Documents and Settings\Allyson.ALLYNOTEBOOK\My Documents\iri\pegf\pegf\pegf\Algorithm3\bin\Debug\Algorithm3.dll C:\Documents and Settings\Allyson.ALLYNOTEBOOK\My Documents\iri\pegf\pegf\pegf\PEGF\bin\Debug
......and that fails!!! What could be the problem?????