re-read the configuration settings

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have been using ConfigurationSettings to read application settings and it working fine. now I want to be able to re-read the setting while it is running
for example, I am thinking to enable the user to change the configuration setting and make it effective without have to shut down and restart the program

what's the method call to get the new value from the configuration file

Thank

Michael
 
ConfigurationSettings are loaded at startup automatically and do not provide write capability, so you're going to have to break out your xml toolset and roll your own solution

I think I've seen some projects floating around that you could use for this prurpose. You're certainly not the only one who thinks this functionallity would come in handy

Charlie
 
Back
Top