I am hoping you can help me figure out my is causing my error message.
In a VB.net 2008 application, I am getting the following error message from the postbuild event when I try to compile an
application:
Error 19 The command "C:\enrol\EnrollT.PostBuild\bin\Debug\\EnrollT.PostBuild.exe
Debug" exited with code 1.
The acutal code is the postbuild event is:
$(SolutionDir)EnrollT.PostBuild\$(OutDir)\EnrollT.PostBuild.exe $(ConfigurationName)
The postbuild event somehow translates to:
C:\enrol\EnrollT.PostBuild\bin\Debug\\EnrollT.PostBuild.exe
Debug"
Sam HobbsPosted Jul 14, 2011, 1:18 AM
DianePosted Jul 14, 2011, 1:03 PM
DianePosted Jul 14, 2011, 12:35 AM
Could I try to run the 'command' from the visual studio.net command prompt window? If so, is there any special directions on how to use command prompt window?
To trap the error somewhere in this large application, I am wondering what your suggestions are. This application has some try catch blocks, some debugging sections have been setup, however I do not see any where throwing the error message to a higher call every occurs.
Sam HobbsPosted Jul 13, 2011, 3:55 PM
DianePosted Jul 13, 2011, 2:27 PM
Pradeep ChandrakerPosted Jul 12, 2011, 11:43 PM
$(SolutionDir)EnrollT.PostBuild\$(OutDir)EnrollT.PostBuild.exe $(ConfigurationName)