wpf - Hololens 模拟器中的 Project Centennial 应用程序

标签 wpf uwp hololens desktop-bridge

我已使用 Project Centennial 成功将基于 WPF 的 .net 应用程序转换为 UWP。当我使用模拟器门户将该项目上传到 Hololens Emulator 时,出现以下错误。

我的 UWP 应用是针对 x86 编译的,模拟器版本为 10.0.14393.0

Failure reason: Failed to start deployment. 
Failure text: A Prerequisite for an install could not be satisfied.(0x80073cfd)

最佳答案

HoloLens 不支持 Win32。您的应用程序是 Win32,只是打包在 .appx 中。它仅适用于 PC,不适用于其他设备系列。您可以将 UWP 应用添加到为非 PC 设备提供服务的同一包中。

关于wpf - Hololens 模拟器中的 Project Centennial 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38943938/

相关文章:

unity3d - Hololens 外观和感觉的纸板样机场景

wpf - 为什么 e.Source 依赖于 TreeView 填充方法?

DataGridTemplateColumn 中的 WPF 数据绑定(bind) ComboBox

wpf - "are you missing a using directive or an assembly reference?"但命名空间和引用是正确的

c# - 如何在 C# 中处理 UWP KeyDown 与 Canvas 的交互

c# - 如何访问文档文件夹 (UWP)

WPF 拖放和数据类型

c# - 用于撤消命令的 UWP TextBox 方法

c# - 如何以高效的方式从 RenderTargetBitmap 创建媒体剪辑?

c# - 使用 UWP C# 的 Hololens 条码读取器