I'm trying to deploy an Azure web role that uses ZeroMQ. In my local machine, everything works great, but when I deploy it, I get the following error:
Unable to load DLL 'libzmq': The specified module could not be found
I have marked the dll's build property as "content", and I can see it in the package being created. Anything that I'm overlooking?