App.config Question **SOLVED**
Hey all,
I am using an App.config File to store some Information.
Now the user can change these options. So what I am doing is load the app.config File to a XmlDocument (dont know if theres a better way of handling app.config files). I am changing some nodes, and the save the file with the myDom.save(filename) method.
Next up I am reading the options from the document. But I always get the old options, not the new ones I just changed.
Only If I close my app and reopen it I get my new Options.
Is this app.config loaded into my app at startup or what? And how can I change options in it on the fly?
Any help would be appreciated,
Thanks, Stephan