views:

44

answers:

1

Is it possible to load more than one solution in the Visual Studio .NET IDE at once, so that both solutions appear in the Solution Explorer ?

Thanks

+4  A: 

No, Visual Studio can only load one solution at a time. There's a Microsoft Connect suggestion on this very topic.

What you can do, though, (aside from an obvious option of opening several instances of Visual Studio) is to "Add Existing" project to either solution, or create an ubersolution which will include them both.

Anton Gogolev