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
1.98k stars 577 forks source link

Namespace Connections Location? #785

Open rgourleypython opened 1 week ago

rgourleypython commented 1 week ago

image

Where is the new location? I can't find a config for this in my user profile directories. The code change doesn't describe it either. image

Thank you

ErikMogensen commented 1 week ago

The new location is C:\Users\<UserName>\AppData\Roaming\Service Bus Explorer\UserSettings.config. It will be created automatically once you save a connection string.

You can open the file by clicking the Open button on the Tools | Options dialog box. image

I'll update the release note.

rgourleypython commented 1 week ago

Thank you for the quick response! I hadn't saved a connection or a config file in the options yet. I was able to copy my connections from the old configuration file and I see them in the list now.