Forum Discussion
Gregory Goeppel
Aug 10, 2022Brass Contributor
C# settings user.config doesn't work with MSIX?
I understand that msix cleans up on an uninstall but during an update the updated app can't see the old user.config settings file. C:\Users\user1\AppData\Local\app1\app1_Url_tv0lhtgrunve3jayvna3...
harshada2019
Microsoft
Feb 23, 2023Sorry for the delay in responding. The path you shared appears to be a Win32 app's AppData location. Packaged app's AppData will be under C:\Users\user1\AppData\Local\Packages\... Migration across a Win32 app's AppData to it's MSIX equivalent does not seem possible.