Debugging 32 bit application running in 64 bit environment
问题 I have a 32 bit .Net 4.0 application running in a wow64 environment in a 64 bit machine. The application encountered an error and I took a dump with 32 bit taskmanager present in C:\Windows\SysWOW64\taskmgr.exe I am using a 32 bit Windebugger to analyze this dump. I loaded the following dlls. 1).loadby sos CLR 2).load mscordacwks ( from the client machine). But still I am not able to use SOS commands like !clrstack,!threads etc. I get the error: Failed to load data access DLL, 0x80004005 What