Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
So it was kind of a trick question posting both of these errors. They both mean the same thing. Basically this is the error you get in SOS when the .NET Framework isn’t loaded in the process yet. Problem 1 is from a SOS used to debug 1.1 issues and Problem 2 is from a SOS used to debug 2.0 issues.
Comments
Anonymous
April 23, 2008
PingBack from http://www.pop3now.net/answer-pop-quiz-why-would-you-get-this-error-from-windbg/Anonymous
May 09, 2011
I know this is an old post, but I am having an exact similar issue, with a memory dump. So, what does it mean? You have to wait for the .NET framework to be loaded in the process?Anonymous
May 09, 2011
Yes, in order for the debugger extension to actually do anything, it needs to have .NET loaded. So if you let the process run a little more and see clr.dll or mscorwks.dll load, then they will work.