Azure Service Bus 1.1 Failing to Start

前端 未结 3 1008
说谎
说谎 2021-02-02 01:54

Service Bus Gateway is not starting.

First of all I have tried completely uninstalling all Azure/Fabric/Service Bus type SDKs and installations. I have installed both

3条回答
  •  醉话见心
    2021-02-02 02:48

    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.

提交回复
热议问题