H
Hrvoje Voda
When I try to debug program I get a following message :
"Post Build event failed"
What does it mean ?
Hrcko
"Post Build event failed"
What does it mean ?
Hrcko
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
Hrvoje Voda said:My build event is : On successful build
I can't run my aplication because it stops on that event.