简体   繁体   English

无法从应用包中侧载UWP应用

[英]Unable to sideload UWP app from app package

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 . 我按照这些说明操作: 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 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: 当Add-AppDevPackage.ps1文件使用PowerShell运行时,会出现以下错误:

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.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 \\ 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.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 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. Add-AppxPackage:部署失败,HRESULT:0x80073CF9,安装失败。

Please contact your software vendor. 请联系您的软件供应商。

Unspecified error 未指定的错误

Thank you. 谢谢。

Try to check are folders C:\\Windows\\AUInstallAgent and C:\\Windows\\AppReadiness present in your system. 尝试检查系统中是否存在文件夹C:\\ Windows \\ AUInstallAgent和C:\\ Windows \\ AppReadiness。 If not, create a blank folders and reboot your PC. 如果没有,请创建一个空白文件夹并重新启动您的PC。
That's the usual solution for 0x80073CF9 error 这是0x80073CF9错误的常用解决方案

我有同样的问题,并能够从开始菜单/所有应用程序卸载它后侧载应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法将UWP App侧面加载到Windows Phone 10 - Unable to sideload UWP App to Windows phone 10 如何通过appxbundle无错误地加载UWP应用程序 - How to Sideload UWP app via appxbundle without error 赢得10个UWP应用程序:无法将应用程序包上传到Windows应用商店 - Win 10 UWP App: Unable to upload app package to Windows Store 无法部署从网站构建的 UWP 应用 - unable to deploy UWP app built from website 如何在不首先使用 .appinstaller 文件安装的情况下自动更新旁加载 UWP 应用程序 - How to auto-update a sideload UWP app without first installing with .appinstaller file 我可以在不使用 Add-AppDevPackage.ps1 的情况下构建一个依赖完整的 UWP 旁加载应用程序吗? - Can I build a UWP sideload app that is dependency-complete on installation without using Add-AppDevPackage.ps1? 将桌面应用和 UWP 应用打包在一起,我应该从 UWP 项目中删除 package.appxmanifest 文件吗? - Packaging Desktop App and UWP App together, should I remove the package.appxmanifest file from the UWP project? 从Winform应用程序获取UWP软件包信息时出错? - Error when getting a UWP package info from a Winform App? 如果从包裹航班组下载UWP应用程序,则检测运行时 - Dectect runtime if UWP app is downloaded from package flight group 从程序包部署后运行UWP应用-崩溃 - UWP app run after deploy from package - crash
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM