I'm using Xamarin Studio on a Mac, with clrzmq included via NuGet.
clrzmq references on libzmq.dll. My app compiles fine, but when I try to run it, I get this:
Unhandled Exception:
System.DllNotFoundException: libzmq
at (wrapper managed-to-native) ZMQ.C:zmq_init (int)
at ZMQ.Context..ctor (Int32 io_threads) [0x00000] in <filename unknown>:0
at FeatureSpike.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
libzmq.dll is definitely there in the build target directory. Does anyone know why it's not being found?