我有以下问题,希望有人有解决方案.
以前我有 Windows 8.1和Visual Studio 2013.
我升级到Windows 10.
我安装了Visual Studio 2015 Enterprise.
我创建了一个新的解决方案,只有一个项目用于空白的通用Windows应用程序.我正在使用C#.
以前我有 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/
原文链接:https://www.f2er.com/windows/365337.htmlhttps://blogs.endjin.com/2013/06/running-the-windows-phone-emulator-in-vmware-fusion/
- Stop the virtual machine that you are running the emulator on.
- Open the Virtual Machine Library ⇧⌘L (
Windows
→Virtual Machine Library
)Select the VM in the list and go to
Settings
→Processors & Memory
→Advanced Options
Tick the
Enable hypervisor applications in this virtual machine
checkBox to enable nested virtualization. This will addvhv.enable = "TRUE"
in the VM configuration file (more on that below).- Go back to the VMs list and right-click on the VM and select
Show in Finder
.- In the Finder window,right-click and
Show Package Contents
.- Once the content (list of files and folders) is displayed,find the VMware virtual machine configuration file – the file with the .vmx extension.
- Open this file in TextEdit and add this line at the end:
hypervisor.cpuid.v0 = "FALSE"
- Save and restart the VM.