Run Windows Forms Application in Virtual Machine VMWARE/Parallels cause the location problem

0

I try to run Windows Forms Application which is running at Windows 10. I bought new MAC, so I install Parallels Desktop, then VMWare and I am facing the same problem when I try to run program in debug:

System.TypeInitializationException
  HResult=0x80131534
  Message=The type initializer for 'ZeroMQ.Interop.LibZmq' threw an exception.
  Source=clrzmq
  StackTrace:
   at ZeroMQ.Interop.ContextProxy.Initialize()
   at ZeroMQ.ZmqContext.Create()
   at CryptoArbi.Form1..ctor() in C:\project_name\project_name\Form1.cs:line 54

Inner Exception 1:
FileNotFoundException: Unable to find libzmq.dll on system path or extract it from assembly manifest resources. Inspect Trace output for more details.

Inner Exception 2:
FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)

It seems like the MacBook cause some problem with PATH or whatever the Visual Studio cannot access or create a lib reference.

I have no idea what to do. I store my project in C:/ in Windows location.

The application originally was created in Visual Studio under Windows.

Thanks for any help.

virtual-machine
vmware
parallels
asked on Stack Overflow Mar 25, 2020 by P4TRYK

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0