0

I am running my tests in NUnit. But while debugging I checked that the tests are failing while any remote object is accessed. The error I am getting is

The operating system cannot run . (Exception from HRESULT: 0x800700B6)

What can be the possible issue?

Varun Mahajan
  • 7,037
  • 15
  • 43
  • 65

1 Answers1

0

I've seen this issue when two different versions of OpenMP are in use.

There's also an answer to a similar question: I am getting System.BadImageFormatException : The operating system cannot run exception while running unit tests

Community
  • 1
  • 1
GregC
  • 7,737
  • 2
  • 53
  • 67