paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
2.02k stars 588 forks source link

Unable to set the status of a queue when connecting to Service #782

Closed aichah1966 closed 4 months ago

aichah1966 commented 4 months ago

I just installed Service Bus Explorer version 5.0.18 on my laptop, and I set the configuration and the connections.

Everything looks fine, except when I go right click on a queue to set the status, there is no arrow to select the status to be set.

I click on ‘set status’ and nothing happens.

I restated my laptop but still the same behavior, not sure what to do.

Service bus explorer status error
ErikMogensen commented 4 months ago

That is a regression bug. It is fixed in the code by #761, but that version has not been released yet. I believe we will release a new version in a few days.

If you don't want to wait you can clone the Main branch and build it yourself.

When upgrading, be careful if you have connection strings stored in the config file that is located in the same folder as the binary. Better to have them in the User profile. You control that setting using the View | Options dialog box.

aichah1966 commented 4 months ago

Thank you Eric and Team

Have a nice day