WinForms Application Settings changes don't appear to be persisting
问题 In my C# WinForm I have a settings window that allows the user to change database connection settings. At design time I set the initial settings that would connect to a database successfully. I'm accessing those settings in either of two ways: Either in the Solution Explorer: Or in the Project's Application Settings: However, I noticed that if I change any of the values in the Settings.Settings file, the form still loads with the values that I initially set each to. To be clear: one of the