ERROR HRESULT: 0x80073CF3 Deployment package UWP App fails

2

Can anyone help to fix this problem pleas? I can't deploy my universal app.

Error : Windows cannot install package . because this package depends on another package that could not be found. This package requires minimum version 1.0.23302.0 of framework Microsoft.NET.CoreRuntime.1.0 published by CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US to install.

ERROR HRESULT: 0x80073CF3 Deployment UWP App

deployment
package
uwp
asked on Stack Overflow Dec 28, 2015 by Texasleb • edited Dec 28, 2015 by Bart

2 Answers

5

you have to deploy the package dependencies first. Usually, Visual Studio creates a "Dependencies" folder containing the required packages Check out the Device Portal's Apps section.

https://docs.microsoft.com/en-us/windows/iot-core/manage-your-device/deviceportal

answered on Stack Overflow Dec 28, 2015 by danvy • edited Oct 20, 2017 by danvy
0

I solved these problems by making Win 10 updates and sdk updates from Visual Studio.

answered on Stack Overflow Dec 29, 2015 by Texasleb • edited May 9, 2016 by Ashish Ahuja

User contributions licensed under CC BY-SA 3.0