I just recently upgraded my WPF application from .NET 4 to .NET 4.5.2. Everything (so far) has appeared to transition quite well, with one exception.
I have a Settings file that refuses to save changes once I do an "in place" upgrade from the old version of the application (running .NET 4) to the new version (running .NET 4.5.2). I can't figure out what's causing it to break. I'm sure more details would be helpful, but I'm not even sure what to include here to be helpful.
Any help would be appreciated.
Edit: By "in place" upgrade, I mean an automatic upgrade where I start the old application up, it communicates with the server and upgrades the application on start.
I just now realized that if I close the application after the "in place" upgrade has occured, and restart it, then the user settings continue to work just fine. It's just the first run after upgrading that they fail to save/change.