Cant Open 2 .sln files in Visual Studio 2019

247 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 answers

0
Jay Wilson 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.