I do this using VirtualBox from Sun for separating projects. It's also handy because you can take snapshots.
The drawback is you need to put an entire OS on there.
Normalerweise arbeite ich mit vielen Visual Studio-Instanzen, die für verschiedene Projekte geöffnet sind. Ich habe mich gefragt, ob es einen Weg gibt, einen laufenden Prozess auf die Festplatte zu kopieren, anstatt ihn zu schließen, sodass ich ihn in demselben Zustand wie zuvor öffnen kann schnell.
Ich habe eine Menge freien Speicherplatz, also würde es mir nichts ausmachen, den gesamten Prozess-Snapshot zu speichern, wenn ich dadurch die Zeit sparen würde, die Lösung zu öffnen und auf das Laden der Projekte zu warten.
I do this using VirtualBox from Sun for separating projects. It's also handy because you can take snapshots.
The drawback is you need to put an entire OS on there.
Mit dem ProcessExplorer von MS Sysinternals können Sieeinen Prozess anhalten . Hilft / erledigt das die Arbeit?
You can use WinDbg (Microsoft tool) to create a dump of the current state of a windows machine. Usually this is used to analyse problems, but maybe it could serve your needs as well. Search for keywords WinDbg and dump for further information, maybe there is even an option to dump only single processes.