This happens when P/Invoking into Intel IPP library. This library in-turn relies on OpenMP.
Here's what I've tried: http://software.intel.com/en-us/articles/opm-abort-initializing-libguide40dll/
Should resolve the exception about using two versions of OpenMP together (libguide40.dll and libiomp5md.dll). Removing a local copy of libguide40.dll did not solve the issue. Could you help me to track it down?
I am trying dir /s libguide40.dll
: there is no more instances of that DLL, but I am still getting the exception.
Details: I am using P/Invoke generated code as provided by Intel in their samples for IPP.