I am working on a Winforms project. Currently I am facing a problem that running some of the test cases throw
System.BadImageFormatException : The operating system cannot run .
(Exception from HRESULT: 0x800700B6)
exception. This happens only if I run tests through NUnit. However, if I run the application through the code, it works fine.
Remoting is being used in the application. Can that be an issue?