博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Unable to load DLL "libzmq";不能够加载“libzmq”
阅读量:6381 次
发布时间:2019-06-23

本文共 768 字,大约阅读时间需要 2 分钟。

  hot3.png

Unable to load DLL "libzmq"

  1. Local,you can read the follow word

    PS, I found the solution to solve my error. When downloading ZeroMQ from NuGet in VS, there is actually a warning that I ignored at first. It says to manually copy libzmq.dll to output directory of the project besides reference of clrzmq2. After manually copy libzmq.dll to output directory, it is working now. 

  2. Server(Windows server 2008 r2)

    This one,please make sure you already install the installer which name is "Microsoft Visual C++ 2010 Redistributable Package x86"

    Of cause,you can direct download from this link 

    http://www.microsoft.com/en-us/download/confirmation.aspx?id=5555

    when you already install,please restart server.

    hope this can help you.

转载于:https://my.oschina.net/u/933229/blog/403291

你可能感兴趣的文章
排序算法(一)桶排法
查看>>
【POJ 1062】昂贵的聘礼(最短路)
查看>>
vim:去掉响铃
查看>>
Spring 小示例
查看>>
MySql清空表的方法介绍 : truncate table 表名
查看>>
codeforces水题100道 第四题 Codeforces Round #105 (Div. 2) A. Insomnia cure (math)
查看>>
Zabbix-3.0.3结合Grafana-3.1.0给你想要的绘图
查看>>
利用 SPL 快速实现 Observer 设计模式: SplSubject 、SplObserver与SplObjectStorage【转】
查看>>
C\C++ 1A2B小游戏源码
查看>>
【SDK fix】iOS 8下将UIButton放置于tabbar位置无法响应event
查看>>
Android项目实战(三十八):2017最新 将AndroidLibrary提交到JCenter仓库(图文教程)...
查看>>
地平线“小目标”:2025年,三千万汽车搭载地平线自动驾驶BPU
查看>>
“2016大数据技术与应用人才培养研讨会” 在泸州成功召开
查看>>
大数据和数字化转型
查看>>
如何知道自己的CPU支持SLAT
查看>>
客户端在使用citrix应用如何开启本地输入法
查看>>
C# 一个字符串是否在另外一个字符串数组里 Array.Exists 的用法 Array.IndexOf 用法...
查看>>
delphi实现计算器
查看>>
CentOS7 网卡命名
查看>>
如何在Hudson上集成sonar来实现代码质量控制
查看>>