Click here to Skip to main content
15,881,861 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,

I have an application in VS 2005 C#2.0. In the main project properties under debug option:-
Start Action- Start External Program (Path e.g. C:\\program Files\FingoX\fingo.exe)
This external program is executed 1st when we run the application through Visual studio and run successfully. This program actually called our application.

when I run this application in release mode then it through message:-
The Debug target is missing. Please build the project and retry

I want to know how to add the external program to our application while releasing the application.
Posted
Updated 6-Apr-11 0:50am

1 solution

Release to customer:
Add a setup project, add the exe as a file besides your project output. Only add a shortcut to the exe in the Programs menu, and there you go.

Run in release-configuration:
When testing your application in VS, and you press "Start Debugging", you must remember to set your "Release"-configuration to start external program as well.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900