Windows phone 将应用程序部署到手动启动的windows phone 8.1 emulator

Windows phone 将应用程序部署到手动启动的windows phone 8.1 emulator,windows-phone,windows-phone-8.1,Windows Phone,Windows Phone 8.1,当我尝试从visual studio 2013将我的应用程序部署到windows phone 8.1模拟器时,我面临着这样的问题。问题是无法在模拟器启动期间加载LOCBOOTPRESET 作为一种解决方法,我尝试手动启动模拟器,效果很好 现在,我想将我的应用程序从visual studio 2013部署到正在运行的emulator映像,我如何才能做到这一点?这是一个已知的问题 我认为操作系统有问题,因为我在WindowsServer2012上也遇到了同样的问题。尝试使用Windows 8.1或S

当我尝试从visual studio 2013将我的应用程序部署到windows phone 8.1模拟器时,我面临着这样的问题。问题是无法在模拟器启动期间加载LOCBOOTPRESET

作为一种解决方法,我尝试手动启动模拟器,效果很好

现在,我想将我的应用程序从visual studio 2013部署到正在运行的emulator映像,我如何才能做到这一点?

这是一个已知的问题


我认为操作系统有问题,因为我在WindowsServer2012上也遇到了同样的问题。尝试使用Windows 8.1或Server 2012 R2。

我认为不可能从Windows 8向phone 8.1 emulator部署应用程序。因为,如果您转到新项目,您会发现没有通用应用程序模板,并且Windows应用程序模板需要安装Windows 8.1或更高版本。此外,如果您在Windows 8下创建新的Windows Phone应用程序,它将是8.0版本而不是8.1版本,并且在您将应用程序版本更改为8.1版本后,解决方案属性下的解决方案将说明您应该将计算机升级到Windows 8.1或更高版本。但我不知道为什么不可能在Windows 8和server 2012的Phone 8.1 Emulator上部署8.0应用程序。请看以下步骤:
Assume that you have Visual Studio 2013 Update 2 and Windows Phone 8.0 tools 
installed on Windows 8. The Windows Phone 8.1 emulators are available. In this 
situation, you cannot run a Windows Phone 8.0 application by pressing F5. 
Additionally, you receive the following error message:

Windows Phone Emulator is unable to verify that the virtual machine is running:

Unable to load DLL 'LocBootPresets': The specified module could not be found.
(Exception from HRESULT: 0x8007007E)