首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Load SOS.dll fail on W2K8 R2 X64

Posted on 2011-05-05 13:56  饭后爱  阅读(537)  评论(0编辑  收藏  举报

Error message:

0:000:x86> .loadby sos clr
The call to LoadLibrary(C:\Windows\Microsoft.NET\Framework\v4.0.30319\sos) failed, Win32 error 0n193
    "%1 is not a valid Win32 application."
Please check your debugger configuration and/or network access.

Resolution:

If you're on 64 bit, you should install the 32 bit version of Debugging Tools for Windows as well in order to debug 32 bit apps. They install side-by-side, so there's no problem in having both the 32 bit and the 64 bit version on the same machine.