Hypervisor compatibility

0

I'm trying to run a simple Windows Phone 8.1 app in Visual Studio 2015. I'm getting the error:

Error DEP6100 unexpected error occurred during bootstrapping stage Connecting to the device Exception - 0x80131500 Windows Phone App

I've run coreinfo on my Asus notebook and see the following:

Coreinfo.exe /v

Coreinfo v3.31 - Dump information on system CPU and memory topology
Copyright (C) 2008-2014 Mark Russinovich
Sysinternals - www.sysinternals.com

Note: Coreinfo must be executed on a system without a hypervisor running for
accurate results.

Intel(R) Core(TM) i3-5010U CPU @ 2.10GHz
Intel64 Family 6 Model 61 Stepping 4, GenuineIntel
Microcode signature: 00000022
HYPERVISOR      *       Hypervisor is present
VMX             -       Supports Intel hardware-assisted virtualization
EPT             -       Supports Intel extended page tables (SLAT)

I don't understand the American Megatrends 2.17.1249 BIOS has a setting on the Advanced tab for Intel Virtualization Technology and it's enabled.

Does the - for VMX and EPT mean there's no Hyper-v support after all? I bought this laptop after checking for the virtualization setting in the BIOS.

visual-studio-2015
windows-phone-8.1
windows-phone-8-emulator
asked on Stack Overflow May 16, 2016 by Eric • edited Dec 21, 2017 by Cœur

1 Answer

0

Run systeminfo.exe in an admin cmd or PowerShell window. Towards the bottom, it should tell you Hyper-V's state. The Hyper-V docs have a little bit more information about hardware compatibility (link).

answered on Stack Overflow May 26, 2016 by Sarah Cooley

User contributions licensed under CC BY-SA 3.0