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

后端 未结 19 2450
庸人自扰
庸人自扰 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:14

    I recently had this issue and I ran 'depends.exe' on the dll in question. It showed me that the dll was compiled in x86 while some of the dependencys were compiled in x64.

    If you are still having troubles I would recommend using depends.exe.

提交回复
热议问题