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.
 
but what is it trying to do?


Hrvoje Voda said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

image 1
sort string 10
datarow 1
dataset, sqladapter 1
transparent 2
fileName 2
calling form 5
animated gif 2

Back
Top