问题:
Nunit 问题 System.BadImageFormatException
运行环境 nunit2.2,vs2005
解决办法:
修改 nunit-gui.exe.config 文件中的
Nunit 问题 System.BadImageFormatException<startup>
Nunit 问题 System.BadImageFormatException    
<supportedRuntime version="v1.1.4322" />
Nunit 问题 System.BadImageFormatException    
<supportedRuntime version="v2.0.40607" />
Nunit 问题 System.BadImageFormatException    
<supportedRuntime version="v1.0.3705" />  
Nunit 问题 System.BadImageFormatException    
<requiredRuntime version="v1.0.3705" />
Nunit 问题 System.BadImageFormatException
<startup>
修改成
Nunit 问题 System.BadImageFormatException<startup>
Nunit 问题 System.BadImageFormatException    
<supportedRuntime version="Vs2005的版本号" /> 
       <supportedRuntime version="v2.0.50215" />
      <supportedRuntime version="v2.0.40607" />
       <supportedRuntime version="v1.1.4322" />
       <supportedRuntime version="v1.0.3705" /> 

         <requiredRuntime version="Vs2005的版本号" />
Nunit 问题 System.BadImageFormatException<startup>


ok

相关文章:

  • 2021-09-18
  • 2022-01-08
  • 2021-06-01
  • 2021-09-05
  • 2021-12-07
猜你喜欢
  • 2021-07-26
  • 2022-03-09
  • 2021-11-28
  • 2021-07-12
  • 2021-07-31
  • 2022-01-21
相关资源
相似解决方案