Comments
Sort by recent activity
Alex.Davies wrote:
Hi Oisin,
We've never seen it get jammed, can you get that to happen consistently on certain assmeblies? I think I'd rather be confident that it will never jam than add extra status to help if it does!
Thanks a lot,
Yes, it jams consistently on Microsoft.SharePoint.Publishing.dll - from MOSS 2007 (SP2.) Obviously I cannot supply you with that assembly, but I'm sure you can find it somewhere - I'm sure you guys have technet/msdn, so you can get it from there via a VM install.
The DLL is about 3MB, and freezes after a minute or so and I left it for 25 minutes and the PDB stayed at 40kb with no further CS files beyond the initial handful being generated.
-Oisin / comments
Alex.Davies wrote:
Hi Oisin,
We've never seen it get jammed, can you get that to happen consistently on certain assmeblies? I think I'd rather be confident that it will never jam than add extra s...
Alex.Davies wrote:
You should find you can decompile any assemblies that are referenced by the project that's currently open in Visual Studio. Is that working for you?
We are thinking about putting in the ability to browse to find an assembly to decompile, which would be useful, for example, to step through assemblies that are loaded by reflection.
That's not the only case. Think SharePoint, where the hosting environment has assemblies already loaded that you may want to step into when your project is deployed. This is a much more common case. / comments
Alex.Davies wrote:
You should find you can decompile any assemblies that are referenced by the project that's currently open in Visual Studio. Is that working for you?
We are thinking about putti...