Hi All,
I'm running into an issue where I want to migrate all user.config settings from a previous revision, but ApplicationSettingsBase.Upgrade() does seem to work if the application uses a different strong name. So the application portion of the path to the user.config file is different because the strong name (or some key) in integrated with the app name. For example:
\Documents and Settings\<username>\Local Settings\Application Data\<company>\App.exe_StrongName_<multi-digit-key>\<applicationrevision>\user.config
In a new revision, a new strong name is used.
Is there a way to migrate the user's settings in this scenario?
Thanks in advance,
JRF