从设备门户将 appxbundle 部署到 hololens 时出错

Error deploying appxbundle into hololens from device portal

过去我们通过设备门户成功地将我们的应用程序部署到 hololens 中,但现在我们发现了一个恼人的问题;我们收到此错误消息:

Installation Failed Failure reason: Windows cannot install package HololensLayar_1.0.5.0_x86__pzq3xp76mxafg because this package depends on a framework that could not be found. Provide the framework "Microsoft.NET.CoreRuntime.1.1" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x86 processor architecture and minimum version 1.1.27004.0, along with this package to install. The frameworks with name "Microsoft.NET.CoreRuntime.1.1" currently installed are: {Microsoft.NET.CoreRuntime.1.1_1.1.25915.0_x86__8wekyb3d8bbwe} Failure text: Package failed updates, dependency or conflict validation. (0x80073cf3)

.....这似乎是一个依赖性错误。我们过去遇到过这样的问题,通常通过在安装过程中添加所需的 "Microsoft.NET.CoreRuntime.1.1" 包作为框架包来解决。然而,这不再有效,我们遇到了同样的错误。

我们尝试将 Visual Studio 和 Microsoft.NET.CoreRuntime.1.1 更新到最新版本 , 1.1.27004.0,这似乎与错误请求的版本完全相同, 但它没有任何区别...设备门户一直坚持同样的错误。

谁能提供一些建议吗?

我联系了 Microsoft 支持,这是最近 visual studio 更新中的一个已知错误。唯一可能的事情是等待更新或执行一种可能的解决方法,包括传递给 IL2CPP。

https://github.com/Microsoft/MixedRealityToolkit-Unity/issues/3346

似乎 Unity 3D 正在停止对 UWP 平台的 .net 支持所以我想最好的办法是即使这是一个即将修复的 VS 错误最好尽快从 .net 移动到 il2cpp 后端尽可能。