DynaMD
DynaMD copied to clipboard
Unit tests do not run after building in VS 2017
All the tests fail with:
System.InvalidOperationException : Mismatched architecture between this process and the target process.
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?