Diane

Diane

  • NA
  • 33
  • 26.2k

VB.net 2008 build issue

Jul 12 2011 9:12 PM

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"


Answers (6)