Hi Experts.
Very confused...
I have a Properties.Default.Setting
s file that's part of my project. I have created and assigned various properties via GUI such as the connection string, log file location etc....
In my code I have a few places when I modify those Properties.Default.Setting
s and then do Properties.Default.Setting
s.Save();
For some reason Settings are not being saved to the actual Settings.Settings XML file! When I go to look at my Settings file it still has old initials values.
How can I get this done?
ps. I did some searching... this question has been posted on EE here before but I couldn't find any clear answers. Thank you in advance!
Start Free Trial