Azure Service Bus 1.1 Failing to Start

血红的双手。 提交于 2019-12-02 19:37:36

If you received this error after updating to NET framework v4.6+ then Microsoft have a fix for this now, download this Update for Service Bus Server 1.1 (KB3086798) http://www.microsoft.com/en-us/download/details.aspx?id=49496

Matt Canty

TL;DR;

  1. Download dropbox.com/s/cb5fro1rv... - thanks Arash Rahimi
  2. Navigate to your SDK tools
  3. sn -Vr Microsoft.Cloud.Common.AzureStorage.dll
  4. gacutil /i Microsoft.Cloud.Common.AzureStorage.dll

This issue was caused by installing the Visual Studio 2015 RC. Thankfully someone else has already experienced this and an answer has been posted.

Please see this answer on How do I report a bug in Windows Server Service Bus?

For whatever reason if the Dropbox link becomes obsolete. I have added it to Github.

Make sure any/all RabbitMQ service(s) are all stopped. (Or anything that uses the AMQP protocol)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!