UWP + Template10 + VS2015 continues to have basic development issues.
Debugging this Minimal Template 10 UWP app (git repo) gives the following error:
Error DEP0700 : Registration of the app failed. error 0x80070005: Failed to set access rights to AppX. (0x80070005) CSVtoQBsIIFConverter
All I did was add a README.txt and try to debug. It builds just fine but fails to deploy with the above error message.
Environment:
- Windows 10 Pro, Version 1607, OS Build 14393.1198
- VS 2015 Pro, Version 14.0.25431.01 Update 3
- Template 10 (installed from Nuget), Version 1.1.12.
I have tried:
- altering the Package.appmanifest->Capabilities to allow all permissions.
- running VS2015 as Administrator.
- searching here and the Internet for answers.
Your suggestions are very welcome!