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.
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.
How do I fix this?
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..
User contributions licensed under CC BY-SA 3.0