Click here to Skip to main content
15,892,965 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi I have a C# WPF based solution developed in VS 2010. The solution contains 2 Projects. Based on user requirement, I need to execute one project selected by user on runtime.
First the user will allow to select Project and then we need to execute that one.
Kindly give solution
Thanks

What I have tried:

C# Execute particular project at runtime on user request
Posted
Updated 31-Jan-17 0:41am
Comments
CHill60 31-Jan-17 6:41am    
Write a program to prompt the user which of the two executables they want to run ... or make them choose the appropriate program. You're not going to be installing Visual Studio on the user platforms, just the built executables (and any support files)

1 solution

Just provide both executables to the user and let them run whichever application they require. Alternatively, provide a third application which uses a dialog to let the user choose, and then start the one that is chosen.
 
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