Reload Configuration values

  • Thread starter Thread starter Hey it's Filippo
  • Start date Start date
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
 
Back
Top