微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

windows-10 – Visual Studio 2015:模拟器无法验证虚拟机是否正在运行

我有以下问题,希望有人有解决方案.
以前我有 Windows 8.1和Visual Studio 2013.
升级到Windows 10.
我安装了Visual Studio 2015 Enterprise.
我创建了一个新的解决方案,只有一个项目用于空白的通用Windows应用程序.我正在使用C#.

当选择任何“移动模拟器10 ……”来运行我的proyect时,我收到以下错误

但是,如果我选择“模拟器”,它的工作原理.此外,如果我打开Windows Phone 8.1的解决方案,并且我使用“模拟器8.1”运行它可以工作.

欢迎任何帮助.谢谢.

我遇到了类似的问题,但是我正在使用VMWare Fusion来运行Windows 8.1.本文中的步骤解决了我的问题.
https://blogs.endjin.com/2013/06/running-the-windows-phone-emulator-in-vmware-fusion/
  1. Stop the virtual machine that you are running the emulator on.
  2. Open the Virtual Machine Library L (WindowsVirtual Machine Library)
  3. Select the VM in the list and go to SettingsProcessors & MemoryAdvanced Options

    Tick the Enable hypervisor applications in this virtual machine checkBox to enable nested virtualization. This will add vhv.enable = "TRUE" in the VM configuration file (more on that below).

  4. Go back to the VMs list and right-click on the VM and select Show in Finder.
  5. In the Finder window,right-click and Show Package Contents.
  6. Once the content (list of files and folders) is displayed,find the VMware virtual machine configuration file – the file with the .vmx extension.
  7. Open this file in TextEdit and add this line at the end: hypervisor.cpuid.v0 = "FALSE"
  8. Save and restart the VM.

原文地址:https://www.jb51.cc/windows/365337.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐