How to open two Solution in one Visual Studio IDE?
问题 I am working on two different solutions, say, Solution1 and Solution2 . As these two solutions are dependent upon each other, I have to open two separate Visual Studio while developing. It is really difficult to switch between these Visual Studio. I can't merge these two solutions into one as Solution1 is being used by other projects and all are part of Source Control. Just wondering, can I open both solutions in the same Visual Studio IDE? I searched a lot but no luck. Any suggestions on