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.