Question Persist user settings between versions

GaryS

Member
Joined
Sep 30, 2008
Messages
7
Programming Experience
3-5
The user settings created with my.settings is persisted between sessions by writing to the user.config file in the "Documents and Settings\user\Local Settings\Application Data" folder. I have noticed that when I change the version number of the application, the user settings are not persisted between version because the application creates a new folder for that specific version and creates a new user.config file in the new folder.

How does one persist the user settings between versions?
 
Back
Top