That's it. Can this be initiated two times to open two separated solutions at the same time?
Go to File > Recent Solutions. Hold down the Ctrl key and select the solution. This combination opens the second solution in the Solution Window.
No, you can't run multiple instances of your application from Visual Studio. Features like "Edit and Continue", for example, can only work if there's a single instance.
Trying to use the Finder to open multiple instances of an application on Mac OS X will simply cause the first instance to come to the foreground. To get around this, use the open command from the command line with the -n option. The -n option opens a new instance of the application even if one is already running.
By default an .app
runs as a single instance/single document mode, its the Cocoa way of life and MonoDevelop/Xamarin Studio/Visual Studio for Mac follow that paradigm.
open MySolution.sln
open -n MySolution.sln
-n = Open a new instance of the application(s) even if one is already running.
From @TomGilder comment:
Ref: https://github.com/Redth/MSSolutionLauncher
You can do this in the IDE when an existing solution is open by deselecting Close current workspace when you open the solution through the File -> Open menu:
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