Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In vsto I have Created Multiple solution in my folder. Now I want to run My current open solution to Run But it is running another solution which solution it is running I dont know so I want to run my default solution

What I have tried:

I opean all solution one by one and then made clean each solution
still it is not working.
I have also Moved all other solution in another folder still it is not working if any solution for this please provide solution
Posted
Updated 22-Feb-18 23:19pm

Open one Solution. Right click on the Project you wish to run, and select "Set As Startup Project". Press F5 to run in debug mode, or Ctrl-F5 to run in Release mode. If that still does not work, please provide more details.
 
Share this answer
 
Comments
phil.o 23-Feb-18 5:16am    
5'd
If you do not want to change the default startup project, you can also right-click on the project you want to debug, and select Debug -> Start new instance (provided it is not a .dll project - you cannot run a .dll project directly, what you can "Start" has to be an executable project).

Edit: technically, you can only have one solution open at any time in a single instance of Visual Studio. The current solution can hold as many projects as you want.
 
Share this answer
 
v2

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