如何向 ASP.NET MVC 项目添加和使用 MessageQueues?

How to add and use MessageQueues to ASP.NET MVC project?

我有一个 ASP.NET MVC 项目,我需要使用消息队列(我理解为 MSMQ)从客户端向我的服务器发送消息,但我似乎无法添加 System.Messages 到 c# class。尝试添加命名空间时出现错误:

我四处搜索,发现我的项目中没有 system.messaging.dll(或 system.messages.dll)。这必须是可能的,因为 its even in the documentation.

编辑:我在网上找到了另一个人 who is having the exact same problem. 我遵循了那个 link 中的答案,但是 Refrence Manager 似乎没有 system.messaging 或消息 dll。

如何下载必要的 dll?

所以@mason 很遗憾,我正在尝试做一些不再真正做过的事情。这个问题在我问之前就已经过时了。