I'm trying to open up two .SLN (solution) files in Visual Studio, but whenever I drag one in, the other goes away... Help?
Asked
Active
Viewed 235 times
-1
-
2You can only open 1 solution file at a time - if your goal is to open projects from multiple solutions you can either add them to one of your solutions or create a new solution to add the existing projects to. – Filburt Dec 08 '20 at 22:59
-
2Or, launch two instances of VS – devlin carnate Dec 08 '20 at 23:01
1 Answers
3
The .sln files are solution files which Visual Studio can only open one of per instance; however, you may open multiple projects (.csproj, .vbproj, etc.) in a single solution if that's what you're wanting to do.

Jay Wilson
- 31
- 3