Get application path of another executable within same solution.
Posted
by Perplexed
on Stack Overflow
See other posts from Stack Overflow
or by Perplexed
Published on 2010-05-12T10:27:49Z
Indexed on
2010/05/12
10:34 UTC
Read the original article
Hit count: 203
Hi,
I am using c#, VS 2005.
I have one solution with two projects.
Project1 needs to startup project2 after some checks.
How do I get the executable path of Project2 from within Project1?
I need a solution for both debug and live mode.
thanks,
KS
© Stack Overflow or respective owner