In Visual Studio, is it possible to step into a loaded assembly when you don't have both solutions open?
That is to say, I have two solutions, and I'm trying to find a bug that only shows up in the the second one. The second one references the assemblies output from the first.
How would I load the symbols from that assembly?