I searched and tried many things, but I can not get psscor4 to work correctly.
When i call! threads i always get
Failed to request ThreadStore
I checked the following things:
- I have a .NET 4 application compiled for the X86 platform.
- I am using Windbg version 6.2.9200.16384, X86 version
- I am using current psscor4 from Microsoft and it is loading correctly. I am downloading the X86 version, so that should be fine.
- Symbols are downloaded from the MS Symbol server (command .symfix +, then .reload)
- .cordll shows the following:
CLR DLL Status: Loaded DLL C: \ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ mscordacwks.dll
The same thing happens when I try to use SOS with .loadby sos clr
Does anyone have any ideas?
source share