I use Settings.Default.MySettingName & Settings.Default.Save to save and load settings. When I change my version number how am I able to get the settings from the old versio
Settings.Upgrade() looks like it has some promise - check out this post - and note that this method should be called once-and-only-once by your application.