Question : Reload Config file

I got a question. I change the app.config file while the program is running. I use the FileSystemWatcher to detect the save operation.  But the previous version of app.config seems is loaded into somewhere like a cache. I can't get the updated value. Anybody can help me to slove this problem? thanks

Answer : Reload Config file

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/html/vbnet04222003.asp

I believe that this article goes on to explain how to monitor for changes on app.config files.
Random Solutions  
 
programming4us programming4us