我已经在笔记本电脑上安装了 Visual Studio 2012 ,然后我安装了 Windows Phone SDK 8.0 。然后我做了一个测试项目。但是当我点击模拟器WVGA 512MB 时,会出现一个弹出窗口,它显示以下错误消息:
Can't start the Windows Phone Emulator
The Windows Phone Emulator couldn't start because
the hypervisor isn't running. The likely cause is that
hardware-assisted virtualization isn't turned on.
Check you PC's BIOS and make sure that hardware-
assisted virtualization and hardware-assisted data
execution protection are turned on.
More information
然后会显示错误,0x80131500
, BIOS 中的 SLAT 已启用且我的PC配置为
Windows 8 Pro
Processor: Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz 2.27GHz
Installed memory (RAM): 3.00 GB (2.86 GB usable)
System type: 64-bit Operating System, x64-based processor
Pen and Touch: No Pen or Touch Input is available for this Display
我的BIOS虚拟化也已启用
答案 0 :(得分:3)
我也有同样的问题,因为我没有在Windows功能选项卡中启用 Hyper-V平台,启用goto启动屏幕并输入optionalfeatures
点击Hyper-V,检查 Hyper-V管理工具和Hyper-V平台如果已经启用它们,请尝试删除并重新启用它们。
答案 1 :(得分:3)
To turn Hyper-V back on, use: bcdedit /set hypervisorlaunchtype on or bcdedit /set hypervisorlaunchtype auto and reboot.
另请参阅此内容以获取更多信息
http://www.ivobeerens.nl/2013/12/16/running-hyper-v-and-vmware-workstation-on-windows-8-x/ http://mlichtenberg.wordpress.com/2013/11/22/running-hyper-v-and-virtualbox-on-the-same-computer/