Update: Not sure if the following rules apply for WP7 applications: I will stay here just in case. I just tried this for regular applications.
You will need to βupdateβ the old settings file.
You also need to know when you need it (i.e. only when installing a new version).
To find out when you need to update your settings, add the logical name (say) NeedSettingsUpgrade to your settings and by default it is true.
Then call the following function somewhere near the start of Main ():
Note. Of course, you need to call Settings.Default.Save()
before your program exits, otherwise changes to the settings will not be saved.
source share