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.

相关文章:

  • 2021-12-03
  • 2021-09-16
  • 2021-07-04
  • 2022-12-23
  • 2021-09-16
  • 2022-12-23
  • 2021-06-23
  • 2021-10-07
猜你喜欢
  • 2021-11-13
  • 2021-04-06
  • 2022-12-23
  • 2021-10-14
  • 2022-12-23
  • 2021-07-27
  • 2021-11-08
相关资源
相似解决方案