1

我正在使用 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 没有任何东西,而且我已经尝试了很多与这个问题相关的东西(主要是臭名昭著的无法调试应用程序错误的修复。)

谢谢您的帮助。

4

1 回答 1

0

我有非常相似的问题,但在我的情况下,模拟在实际设备上不起作用(以前是这样,但现在突然不行了)。它确实适用于模拟器。部署和调试都可以正常工作。

这表明它可能是更普遍的问题。特别不依赖于目标设备类型。

于 2013-08-19T05:52:06.973 回答