Keep user’s settings after altering assembly/file version
Use the built in Settings classes, you just need to upgrade the settings anytime you change the application version. Here’s how to do it: In the Settings.settings file, create a new setting UpdateSettings type=bool Scope=User Value=True Include the following code before you use any Settings (it can run every time the app runs, as this … Read more