-1

In Visual Studio 2015, I would like to find references in two solutions. Is it possible to open two solutions at the same time in the same IDE process, or should I create a different IDE process to open a different solution.

In a IDE process, if I have opened a solution, and I try to open a second solution, it looks like the IDE will close the first solution and open the second solution. So I am guessing it is not allowed to open two solutions in the same IDE process.

Thanks.

Tim
  • 1
  • 141
  • 372
  • 590

1 Answers1

1

Yes, only one solution per instance. A solution can have multiple projects, however, only one solution can be open at a time. You will have to open two instances of Visual Studio.

Joseph Willcoxson
  • 5,853
  • 1
  • 15
  • 29