WindowsAppSDK denies permission to read PublisherCache folder

Viewed 23

As I am upgrading my uwp app to WindowsAppSDK and WinUI3 desktop app, I got this exception of Permission denied on PublisherCacheFolder. And it was working fine in uwp. I intend to package the app with msix so I will still technically upload it to store.

Just to clarify I do have folder names in package file in Extensions thats how it was working fine in uwp

enter image description here

1 Answers

Fixed it by reinstalling the app, dont know why but it had to do something with existing uwp version of the app being overriden with this windowsAppSDK version of the app under same publisher

Related