I understand postings else where that source level debugging of C# assemblies is only available in VisualStudio.NET for code being executed by the commercial runtime. My problem is that I can't seem to get VisualStudio.NET to use rotor's MSCORLIB.DLL. Whenever it starts an executable, it goes to the GAC and grabs the MSCORLIB.DLL from there, as shown by the first line of the output window:
'DefaultDomain': Loaded 'c:\windows\microsoft.net\framework\v1.0.3705 \mscorlib.dll', No symbols loaded. What is the best way to force the commercial CLR to use Rotor's MSCORLIB.DLL? DL
