Get application path of another executable within same solution.
- by Perplexed
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