Open MarkKharitonov opened 5 years ago
All the tests fail with: System.InvalidOperationException : Mismatched architecture between this process and the target process.
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?
DynaMD.TestChildProcess
Any CPU
x64
All the tests fail with:
System.InvalidOperationException : Mismatched architecture between this process and the target process.