加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

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

发布时间:2020-12-14 04:09:58 所属栏目:Windows 来源:网络整理
导读:我有以下问题,希望有人有解决方案. 以前我有 Windows 8.1和Visual Studio 2013. 我升级到Windows 10. 我安装了Visual Studio 2015 Enterprise. 我创建了一个新的解决方案,只有一个项目用于空白的通用Windows应用程序.我正在使用C#. 当选择任何“移动模拟器10
我有以下问题,希望有人有解决方案.
以前我有 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.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读