error

  • Thread starter Thread starter Hrvoje Voda
  • Start date Start date
H

Hrvoje Voda

When I try to debug program I get a following message :
"Post Build event failed"
What does it mean ?

Hrcko
 
It means that the project has had a 'Build Event' defined that is configured
to run after a build has been completed.

If you right click the project in vs.net and select 'properties' from the
menu then the properties page for the project will be displayed, if you then
click the 'Build Events' in the left hand pane you will see the build events
displayed on the right.


HTH

Ollie Riches
 
What should I do to make it work ?

Ollie Riches said:
It means that the project has had a 'Build Event' defined that is
configured
to run after a build has been completed.

If you right click the project in vs.net and select 'properties' from the
menu then the properties page for the project will be displayed, if you
then
click the 'Build Events' in the left hand pane you will see the build
events
displayed on the right.


HTH

Ollie Riches
 
A build does not stop your code compiling successfully, the application
should function correctly.

What is the build event?

HTH

Ollie Riches
 
My build event is : On successful build

I can't run my aplication because it stops on that event.
 
Under your project properties ->Common Properties ->Build Events->Post
-build Event Command line, there is something you need to take a look.

HTH.

John.
 
Back
Top