Can't upgrade settings when updating a WPF Desktop Bridge Universal app
问题 My app is written in WPF C# and I export it as Universal app using MSIX Application Project straight from Visual Studio. I just can't get the settings to persist between updates. I'm using the following code in the MainWindow_Loaded event: Settings.Default.Upgrade(); Settings.Default.Save(); Settings.Default.Reload(); I tried keeping assembly information versions the same and just increment the version in the appx.manifest but it doesn't work. I've noticed that each time the app updates it