Cant Open 2 .sln files in Visual Studio 2019

257 Views Asked by At

I'm trying to open up two .SLN (solution) files in Visual Studio, but whenever I drag one in, the other goes away... Help?

1

There are 1 best solutions below

0
On

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.