Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们让 RabbitMQ 为我们工作了一段时间,但最近我们开始出现错误
EasyNetQ.EasyNetQException:找不到消息类型的处理程序
为了看看发生了什么,我从这里下载了 EasyNetQ Git,现在当我尝试调试时,我在 EasyNetQ 共享项目的文件 AdvancedBusEventHandlers.cs 中出现以下错误。检查 RabbitMQ 页面,最稳定的版本是 3.6.4,所以不知道这里发生了什么。
Git
有没有人遇到过这个错误?或者任何人都可以推荐这个修复?
谢谢
如果库来自 NuGet,请尝试“恢复 NuGet 包或尝试删除对程序集的引用并再次添加引用。当您从 github 或某些存储库加载项目时,我已经看到了这一点,您必须手动添加对某些库的引用。