zoukankan      html  css  js  c++  java
  • The version of SOS does not match the version of CLR you are debugging

    分析dump文件时,由于客户生产环境与分析dump文件的环境不一致,常常会出现下面的错误

    The version of SOS does not match the version of CLR you are debugging. Please
    load the matching version of SOS for the version of CLR you are debugging.
    CLR Version: 4.0.30319.34209
    SOS Version: 4.7.2650.0

    问题原因:客户生产环境的net版本是4.0.30319.34209,但分析环境的net版本是4.7.2650.0,二个环境的版本不一致。

    解决方案:从客户生产环境(C:WindowsMicrosoft.NETFramework64v4.0.30319)拷贝这clr.dll,mscordacwks.dll,SOS.dll 这三个组件

    替换到分析环境Symbol File Path路径,重新打开windbg,就正常了。

  • 相关阅读:
    day01
    用表单验证数据(1)
    用表单验证数据
    表单
    ORM作业
    mysql完全卸载大全
    mycat特点及用途
    ajax 跨域请求解决方案
    myeclipse使用SVN团队开发
    配置mybatis错误总结
  • 原文地址:https://www.cnblogs.com/50614090/p/11002248.html
Copyright © 2011-2022 走看看