My VSTO add-in used to save some values in the application settings using the default local user profile. In the new version I need to save to roaming profile instead. I have applied SettingsManageability
attribute on these settings as suggested in this post. The settings save correctly in the roaming profile folder, but for some unknown reason, the next time my add-in loads, it reads from the old local profile again instead of roaming.
Has anyone experienced and fixed this issue?