I am new to Visual Studio and this problem has been bugging me for days.
I have two projects in the same solution in Visual Studio 2012.
In my solution manager one of them is highlighted, so when I start it without debugging Ctrl+F5 the one highlighted starts.
How do I highlight (and then on pressing Ctrl+F5 ) start the OTHER project? Without having the close and reopen the projects.
To change which project starts by default right click the project and choose Set as Startup Project. You can also use the drop down next to the play button to switch which project will run when you start debugging.
To open a second instance of the integrated development environment (IDE), right-click on the Visual Studio icon in your dock or Applications folder, and select New Instance.
You can right-click a project and set it as the Startup Project. It then is debugged when you press F5, or run when you press Ctrl-F5.
A project is contained within a solution. Despite its name, a solution isn't an "answer". It's simply a container for one or more related projects, along with build information, Visual Studio window settings, and any miscellaneous files that aren't associated with a particular project.
Right click -> Set as Startup Project.
When you Right Click the Solution and check the properties you have the Startup project option, make that as Current Selection
So you can launch by toggling the selection.
Right now in your case it would be Single startup project which is why you are unable to launch them separately.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With