Visual Studio For Mac How To Open Two Solutions

Opening two solutions from the same sandbox in different Visual Studio instances should work. This might not have be cause of the sandbox corruption, but even after repair, if you repeatedly see this problem while working with multiple solutions, looking at the trace might tell us what went wrong. Visual Studio for Mac enables the creation of.NET Core solutions, providing the back-end services to your client solutions. Code, debug, and test these cloud services simultaneously with your client solutions for increased productivity. (Update 5/25/17) There are now 4. Count 'em 4 ways to have multiple solutions open in Visual Studio for Mac! The first two ways are the old standby of having an application launch another instance of VS for Mac - thus a new solution can be loaded into it.

Active3 months ago

I am new to visual studio and I am experimenting around with some Windows Services. I have created two solutions and I would like to view both of them at once. Without having to click file->recent projects to switch back and forth.

Ideally this could take place in the solution explorer and just nest the projects, but I am only able to view one solution/project at a time there.

Is there anyway to view multiple solutions/projects in Visual Studio?

MikeMike
4,91014 gold badges49 silver badges77 bronze badges

10 Answers

This is the way Visual Studio is designed: One solution, one Visual Studio (VS) instance.

Visual Studio For Mac How To Open Two Solutions

Besides switching between solutions in one VS instance, you can also open another VS instance and open your other solution with that one. Next to solutions there are as you said 'projects'. You can have multiple projects within one solution and therefore view many projects at the same time.

Dennis GDennis G
18k15 gold badges82 silver badges124 bronze badges

There's a much easier (but not so obvious) way; right click on the Visual Studio icon in the taskbar, then right click on the application name in the popup menu, then click 'Open'. Windows will then open another instance where you can open another solution in.

Nik ReimanNik Reiman
28.1k25 gold badges94 silver badges154 bronze badges

If you have two separate solutions, then you cannot view them simultaneously in the same VS instance. However, you can open multiple instances of VS and tab between them.

An alternative would be to import the projects from one solution into the other, thus putting all of your projects into one solution. You can do this by following these steps:

  1. In the Solution Explorer, select the Solution into which you want to import a project. Right-click, and select Add->Existing Project from the context menu.

  2. In the file chooser, find the project file that you want to import (it will end in .XXproj where XX is the language you're using).

  3. Click Open and voila! Your project is imported.

Brian DriscollBrian Driscoll
16.8k2 gold badges40 silver badges57 bronze badges

There is a way to store multiple solutions in one instance of VS.

Attempt the following steps:

  1. File > Open > Project/Solution
  2. This will bring up the open project window, notice at the bottom where it says options, select add to solution
  1. Then select the file you want to add and click open
  2. This will then add the solution to your project. You still won't be able to run the same project in a single instance of VS, but you can have all your code organized in one place.

NOTE:This worked for Visual Studio 2013 Professional

Kevin BrownKevin Brown

Just right click on the Visual Studio icon and then select 'New Window' from the contextual toolbar that appears on the bottom in Windows 8. A new instance of Visual Studio will launch and then you can open your second project.

Activity Monitor Mac How To Open

Dhiraj GuptaDhiraj Gupta
3,5903 gold badges31 silver badges39 bronze badges

You can create a new blank solution and add your different projects to it.

Kris van der MastKris van der Mast
14.6k7 gold badges32 silver badges53 bronze badges

You can have multiple projects in one instance of Visual Studio. The point of a VS solution is to bring together all the projects you want to work with in one place, so you can't have multiple solutions in one instance. You'd have to open each solution separately.

Visual
AndyAndy

Two ways come to mind...

  1. Open another visual studio window and open the second solution in it.

  2. It would be preferable to add your existing projects to one solution, just right click and add existing project and navigate to the project file(csproj). .... e.g. C:UsersUserDocumentsVisual Studio 2012ProjectsMySqlWindowsFormsApplication1MySql Windows Forms Project1MySql Windows Forms Project1.csproj ....In this second way you might want to setup multiple start up projects i.e. for people with client-server apps or apps with dependencies. ....To do this Select the solution then GoTo: Project>>Properties>>Startup Project>> Select Multiple Startup projects and set actions to Start. When you debug, the selected as start will run.

  3. For interest sake you could open another multiple solution windows to view different projects at the same time. http://www.schwammysays.net/visual-studio-2012-tip-multiple-solution-explorers/

VectoriaVectoria

Mac How To Open Drive Door On Computer

MAC users - this issue was winding me up, as its not possible to open two different Visual Studio instances at the same time. Ive found a solution that works fine, though its a little unorthodox : get the latest beta testing version, which will install alongside your normal VS install in a separate sandbox (it does this automatically). You can then run both versions side by side, which is enough for what I needed - to be able to examine one project for structure, code etc., while doing the actual coding I need to do in the 'current' VS install instance.

Mac How To Open Lan World Minecraft Hamachi

Luke SmithLuke Smith

Don't know whether this is useful.but if you want to work with multiple projects without navigating through projects tree{ like multi window} you can try opening VS in another virtual desktop (at least its possible for windows 10) by holding Ctrl+win+D .then open another VS studio and open your other project there.you can switch between projects by Ctrl+win+arrow key{left /right}

Sha shaSha sha

protected by CommunityDec 2 '15 at 16:54

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged visual-studio or ask your own question.