Reload Configuration values

H

Hey it's Filippo

Hi there,
I have an Windows application that on the maintenaince form allows the user
to chose certain values that I store on the app.config.

These values are stored on the
<appSettings>
<connectionSettings>

Currently when the user changes any of those values, I call
Application.ReStart() in order to reload those values.

Is there a cleaner way to simply reload the config values without
re-starting the application?

Filippo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top