Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates

2

I notice there are a number of similar errors to this one. However note the HRERULT code = 0x80073CF3 And this this is an error preventing me from deploying my app to a tablet, something I have been previously able to do. This error comes up when running powershell to install my application.

The full error message is as follows;

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation.

Windows cannot install package because this package depends on another package that could not be found. This package requires minimum version 12.0.21005.1 of framework Microsoft.VCLibs.120.00 published by any publisher to install.

C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1\ExtensionSDKs\Microsoft.VCLibs\12.0

How do I fix this?

powershell
windows-store-apps
asked on Stack Overflow May 31, 2016 by arame3333

1 Answer

1

Have you enabled the developer mode in your tablet? Do it by: Settings > Update & Security > For Developers, check developer mode or sideload apps..

This should fix the problem..

answered on Stack Overflow May 31, 2016 by Nasser AlNasser

User contributions licensed under CC BY-SA 3.0