HRESULT: 0x80131040: The located assembly's manifest definition does not match the assembly reference

后端 未结 19 2452
庸人自扰
庸人自扰 2020-12-02 19:27

The located assembly\'s manifest definition does not match the assembly reference

getting this when running nunit through ncover. Any idea?

19条回答
  •  执笔经年
    2020-12-02 20:28

    In my case for a wcf rest services project I had to add a runtime section to the web.config where there the requested dll was:

      
        
          
            
            
          
    .
    .
    .
      
    

提交回复
热议问题