Unable to sideload UWP app from app package

1

I am trying to side load an app that I developed on the same computer. I am following these instructions: https://msdn.microsoft.com/en-us/library/hh454036.aspx . It says that when a package is created there should be the following folders:

C:\Projects\MyApp\MyApp\AppPackages\MyApp_1.0.2.0_x64 C:\Projects\MyApp\MyApp\AppPackages\MyApp_1.0.2.0_x64_Test

But only the test folder is created. When the Add-AppDevPackage.ps1 file is Run with PowerShell, there is the following error:

Installing app...

Found dependency package(s):

C:\Users\Name\Documents\Visual Studio 2015\Projects\Dtapp\Dtapp\AppPackages\Dtapp_1.0.0.0_Debug_Test\Dependencies\x86\Microsoft.NET.CoreRuntime.1.0.appx

C:\Users\Name\Documents\Visual Studio 2015\Projects\Dtapp\Dtapp\AppPackages\Dtapp_1.0.0.0_Debug_Test\Dependencies\x86\Microsoft.VCLibs.x86.Debug.14.00.appx

C:\Users\Name\Documents\Visual Studio 2015\Projects\Dtapp\Dtapp\AppPackages\Dtapp_1.0.0.0_Debug_Test\Dependencies\x64\Microsoft.NET.CoreRuntime.1.0.appx

C:\Users\Name\Documents\Visual Studio 2015\Projects\Dtapp\Dtapp\AppPackages\Dtapp_1.0.0.0_Debug_Test\Dependencies\x64\Microsoft.VCLibs.x64.Debug.14.00.appx

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed.

Please contact your software vendor.

Unspecified error

Thank you.

uwp
packaging
sideloading
asked on Stack Overflow Jun 21, 2016 by rur2641 • edited Jun 20, 2020 by Community

2 Answers

0

Try to check are folders C:\Windows\AUInstallAgent and C:\Windows\AppReadiness present in your system. If not, create a blank folders and reboot your PC.
That's the usual solution for 0x80073CF9 error

answered on Stack Overflow Jun 22, 2016 by Alexej Sommer
0

I had the same problem and was able to sideload the app after uninstalling it from the start menu/all apps.

answered on Stack Overflow Jul 18, 2016 by Andres Z.

User contributions licensed under CC BY-SA 3.0