旁加载的应用程序需要我的构建服务器上的包 Microsoft.VCLibs.120.00

Sideloaded app requires package Microsoft.VCLibs.120.00 on my build server

在尝试对我的 windows 商店应用程序进行 运行 集成测试时,我的测试 appx 文件的侧载失败并出现错误 (0x80073CF3):

Windows cannot install package (my package GUID) because this package depends on another package that could not be found. This package requir
es minimum version 12.0.21005.1 of framework Microsoft.VCLibs.120.00 published by any publisher to install. Provide the framework along with this package..

同样的过程在我的开发机器上运行良好(来自 powershell)。

A​​ Microsoft blog post 状态:

...In order to facilitate this scenario for sideloaded apps, we have made the framework packages available here.

downloading后,解压相关架构的appx文件,我通过powershell安装:

 Add-AppxPackage "C:\temp\Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe.appx"