I wrote a fairly simple C # Windows Forms application, and a colleague wants to test it on Windows 7 using Parallels 8 because it only has a Mac.
The problem is that when he launches it using an EXE file in the debug folder, he gets this error:
Error starting OMAPI (unable to load DLL 'libomapi.dll': the specified module could not be found. (Exception from HRESULT: 0x8007007E)) Check that the correct versions are present in the .dll files: OmApiNet.dll libomapi. Dll
As you can see from the image below, the required DLL files are located directly in one folder, and if he takes this folder for debugging on a Windows PC, it works fine, so there is definitely a kind of virtual machine or Parallels-specific problem.

How can I fix this problem?
I really did not use virtual machines to know what might be the problem ...
poncho
source share