Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HoloLens Emulator with Visual Studio 2017 RC

Has anyone of you successfully managed to install the HoloLens Emulator with only Visual Studio 2017 present on the system?

like image 879
Tobi Avatar asked Feb 05 '17 19:02

Tobi


People also ask

How do I connect HoloLens 2 to Visual Studio?

Pairing your deviceOn the HoloLens, generate a PIN by launching the Settings app, go to Update > For Developers, and tap on Pair. When the PIN is displayed on your HoloLens, type it into Visual Studio. After pairing is complete, tap Done on your HoloLens to dismiss the dialog.

How do I play HoloLens emulator?

Deploying apps to the HoloLens Emulator For the HoloLens 2 Emulator, ensure that the Platform is set to x86 or x64. Select the HoloLens Emulator version you want as the target device for debugging. Go to Debug > Start Debugging or press F5 to launch the emulator and deploy your application for debugging.

What software is needed for HoloLens?

If you are only developing applications for desktop Windows Mixed Reality headsets or HoloLens (1st gen), you can use Visual Studio 2017 and use the Windows SDK installed by it.

Does HoloLens require a PC?

The $3000 HoloLens is self-contained and does not require a PC.


2 Answers

Per the install instructions:

If you are using Visual Studio 2017 and do not have Visual Studio 2015 installed, you must update the registry to work around a prerequisite check Add or locate this key: HKLM\SOFTWARE\ Microsoft\Analog Add a REG_SZ value in that key with name: “OverrideHoloLensSDKPrerequisites”, and value: “TRUE” If you are on an x64 version of Windows, also add or locate this key: HKLM\SOFTWARE\Wow6432Node\Microsoft\Analog Add a REG_SZ value in that key with name: “OverrideHoloLensSDKPrerequisites”, and value: “TRUE”

You can use VS 2017 if you never installed VS2015 by doing a registry "fix"

like image 119
eDog Avatar answered Nov 15 '22 04:11

eDog


Based on the HoloLens Forums, it says:

The Project template for Holographic hasn't been updated for Visual Studio 2017 yet. Only Visual Studio 2015 is supported at this time.

So for the meantime, you need to use Visual Studio 2015 Update 3 to use the HoloLens emulator

like image 32
prtdomingo Avatar answered Nov 15 '22 03:11

prtdomingo