DynaMD icon indicating copy to clipboard operation
DynaMD copied to clipboard

Unit tests do not run after building in VS 2017

Open MarkKharitonov opened this issue 5 years ago • 1 comments

All the tests fail with: System.InvalidOperationException : Mismatched architecture between this process and the target process.

MarkKharitonov avatar Apr 18 '19 23:04 MarkKharitonov

That would indicate that your tests run with a different bitness than DynaMD.TestChildProcess. Could you try changing the solution configuration from Any CPU to x64 and see if the issue persists?

kevingosse avatar Jul 08 '19 11:07 kevingosse