Run tests in 64-bit

后端 未结 3 1454
我在风中等你
我在风中等你 2020-12-18 22:02

I got a ADO.NET driver which is compiled as 64-bit. I therefore need to run mstests in 64-bit mode. Is that possible?

(the dev machine is 64bit).

3条回答
  •  长情又很酷
    2020-12-18 22:30

    It is easier in Visual studio 2013. Select Test->Test Settings->Default Processor Architecture->x64 before running the tests

提交回复
热议问题