没有支持windows phone 8.1的nuget包。此外,ZMQ的.net包装器,clrzmq可用,但它也无法正常工作。
当我将libzmq.dll标记为内容时,会出现以下异常: -
An exception of type 'System.DllNotFoundException' occurred in clrzmq.DLL but was not handled in user code
Additional information: Unable to load DLL 'libzmq': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
当我编译它时,会出现很多错误,并且确实无法从中读取任何内容。
我只是想知道是否有人在Windows Phone 8.1应用程序或通用应用程序中成功使用过Zmq? 我是第一次处理.NET,所以我不太了解细节。
编辑:在WindowsPhoneApp8.1中至少有clrzmq nuget包,但对于通用平台,没有一个nuget。