Saving user scoped settings (ApplicationSettingsBase)
问题 I am trying to get my application settings to save when a user exits a configuration form (not my mainform). It will keep the settings in memory because when I open the form again, it will have my data that I configured still there, but it will not save it to disk. This is the filepath it is saving the xml file to C:\Users\david_000\AppData\Local[company name][project name]\1.0.0.0. I am using [UserScopedSetting()] in my class that implements the ApplicationSettingsBase file, so it should