错误的请求。使用 Service Bus Explorer 2.6.1.0 不支持查询字符串中的 api-version

cid*_*z0r 5 servicebus azureservicebus

当我尝试连接安装在另一台服务器上的 Service Bus 1.1 时,我使用 Service Bus Explorer 2.6.1 收到以下错误:

<14:38:36> Exception: The remote server returned an error: (400) Bad Request. The api-version in the query string is not supported. Either remove it from the Uri or use one of '2012-03,2012-08,2013-04,2013-07'..TrackingId:ec6d38ba-866b-4e44-9fbd-1a21a03dc3e8_GWIN-VM77MKIHMEG,TimeStamp:11/04/2015 10:37:54
Run Code Online (Sandbox Code Playgroud)

使用的字符串是:

Endpoint=sb://SERVER/HelloWorld;StsEndpoint=https://SERVER:9355/HelloWorld;RuntimePort=9354;ManagementPort=9355;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=ekDH5AYdCqXlzetx+5PoLqrcEUeRaqqunRpmUN5Ao4I=
Run Code Online (Sandbox Code Playgroud)

有谁知道如何解决这个错误?

问候,