如何修复 Hololens 模拟器中的 "Please ensure that target device has developer mode enabled" 错误

How to fix "Please ensure that target device has developer mode enabled" error in Hololens Emulator

我遇到的问题是,在构建 Unity project using Microsoft's Mixed Reality Toolkit 和 Windows SDK 10.0.18362.0 之后,我尝试使用 Hololens 2 模拟器(版本:10.0.18362.1019)部署它.结果是,即使模拟器打开,我的 Unity 应用程序也没有部署,并且 Visual Studio 的错误列表中显示以下错误:

Please ensure that target device has developer mode enabled. Could not obtain a developer license on 192.168.9.57 due to error 80004005

我在网上找到了几篇与我有同样问题的文章,它们是 device (which I do not need to do, since it is an emulator) or (在我的例子中是完全更新的 Windows 10 企业版计算机),我已经拥有了。尽管如此,错误仍然存​​在。

我只希望有一种方法可以消除此错误并设法将我的 Unity 应用程序部署到 HoloLens 模拟器上。

看来解决方法很简单。如果您实际上 运行 Visual Studio 作为管理员,应用程序已成功部署到模拟器上。