Forum Discussion
ChuckBohling
Jan 19, 2021Copper Contributor
WPF/MSIX application settings not getting updated when new version of the app is installed
I have a WPF app that I'm packaging and publishing (side-loading) with MSIX. Application settings are saved in a class that's derived from ApplicationSettingsBase. When the app is installed and runs,...
KevinLa_ms
Microsoft
Feb 11, 2021Hey ChuckBohling
I was looking up what might be happening, and found this post. Saving User Settings on Version Update (microsoft.com)
The comment towards the end suggests that if you are switching between debug and retail the paths may not be the same. Can you verify that both apps are built retail?
Thanks
Kevin