我写了一个非常简单的
C#
Windows Forms应用程序,一位同事希望使用
Parallels 8在Windows 7上测试它,因为他只有一台Mac.
原文链接:https://www.f2er.com/windows/364417.html问题是,当他使用调试文件夹中的EXE文件启动它时,他收到此错误:
Error starting OMAPI (Unable to load DLL ‘libomapi.dll’: The specified module could not be found. (Exception from HRESULT: 0x8007007E)) Check the required .dll files are present the correct versions: OmApiNet.dll libomapi.dll
从下图中可以看出,所需的DLL文件就在同一个文件夹中,如果他把这个调试文件夹带到Windows PC上就能正常工作,所以它绝对是某种虚拟机或Parallels特有的问题.
我该如何解决这个问题?
我还没有真正使用虚拟机来知道问题是什么……