Hi,
i created a nUnit Testproject for x64 platform to test a x64 project. All my tests fail with this exception:
System.InvalidProgramException : Common Language Runtime detected an invalid program.
To delimit the problem i created a simple TestProject. Only one Testmethod which instantiates a empty class. Same error as in real project.
Here is the test:
https://wago.sharefile.eu/d/s15851947cd141c1b
I tryed to change the building target as described here
http://www.ncrunch.net/d...x86-x64-platform-issues . But no changes.
My collegue gets the same error if he runs the test locally, if he runs the test on a GridNodeServer they get green.
nCrunch Version: 3.18.0.2
thanks
dan