How to change ReSharper unit test architecture to x64?

后端 未结 7 1408
温柔的废话
温柔的废话 2021-02-08 22:21

In VS2012, I resolved a BadImageException from running a unit test by going to: TEST-> TEST SETTINGS -> DEFAULT PROCESSOR ARCHITECTURE -> x64.

This works in the built in

7条回答
  •  独厮守ぢ
    2021-02-08 22:44

    My solution is too hacky, but thats the only thing which worked for me

    I placed a copy of vstest.executionengine.x86.exe for backup and placed a renamed vstest.executionengine.exe (64bit version) instead of old 32 bit version.

提交回复
热议问题