kevingosse / DynaMD

Helper objects to browse complex structures returned by ClrMD
MIT License
62 stars 5 forks source link

Unit tests do not run after building in VS 2017 #4

Open MarkKharitonov opened 5 years ago

MarkKharitonov commented 5 years ago

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

kevingosse commented 5 years ago

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?