I'm debugging a crash dump file for a .NET 2.0 assembly in WinDbg.
When I type "lm" into WinDbg, I get a long list of loaded modules like this:
723c0000 72950000 mscorwks (deferred)
.
.
What does "deferred" mean here? Do I need to worry about it?