我正在使用 VS 2012 Professional 和 WP8 SDK 打开 Windows Phone 8 的默认项目,并尝试配置 Windows Phone 8 WVGA 512(默认)模拟器。
使用 build 和 deploy 都可以。在所有构建类型的构建设置中都检查了构建和部署。输出给了我这个:
Deploy started: Project: ABCD, Configuration: Debug x86
Deploying C:\Users\Guy\My Projects\ABCD\ABCD\bin\WindowsPhone\x86\Debug\ABCD_Debug_x86.xap...
Connecting to Emulator WVGA 512MB...
Installing the application...
Deployment of C:\Users\Guy\My Projects\ABCD\ABCD\bin\WindowsPhone\x86\Debug\ABCD_Debug_x86.xap succeeded.
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 1 succeeded, 0 failed, 0 skipped ==========
但是,如果我尝试打开模拟仪表板以更改任何设置(锁定屏幕 -> 解锁或“启用网络模拟”,Visual Studio 将返回错误:
Connection to Windows Phone device or emulator failed.
我该如何解决这个问题?我在这个问题上没有进展,因为谷歌或 stackoverflow 没有任何东西,而且我已经尝试了很多与这个问题相关的东西(主要是臭名昭著的无法调试应用程序错误的修复。)
谢谢您的帮助。