visual studio 调试时遇到 System.BadImageFormatException

Posted runliuv

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了visual studio 调试时遇到 System.BadImageFormatException相关的知识,希望对你有一定的参考价值。

System.BadImageFormatException”类型的未经处理的异常在 未知模块。 中发生

其他信息: 未能加载文件或程序集“SendYourIP.exe”或它的某一个依赖项。生成此程序集的运行时比当前加载的运行时新,无法加载此程序集。

 

原因是:把.NET2.0框架改为.NET 4.0 且APP.CONFIG中有以下配置造成的:

<startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v2.0.50727"/>
    <supportedRuntime version="v4.0"/>
  </startup>

 

你确定要把程序改为.NET 4.0的,就把<supportedRuntime version="v2.0.50727"/>这行去掉即可。

 

以上是关于visual studio 调试时遇到 System.BadImageFormatException的主要内容,如果未能解决你的问题,请参考以下文章

Visual Studio Code 调试 数组评估

Visual Studio 网站在调试时将 http 重定向到 https

Visual Studio单元测试调试

Visual Studio JavaScript 调试极慢

Visual Studio 2013 Installation

立即窗口 VIsual studio 调试 undefined