我目前正在开发一个 PPC 应用程序,我想在不使用 Active Sync 的情况下在 PPC 模拟器“USA Windows mobile 5.0 PC R2 Emulator”中进行测试。在我脑后的某个地方,我认为我已经能够做到这一点:但是当我使用 Visual Studio 启动调试会话时,它无法将应用程序部署到模拟器。我在构建日志中得到的只是:
9>------ Deploy started: Project: DLL1, Configuration: Debug Salsa ARMv4 Windows Mobile 5.0 Pocket PC SDK (ARMV4I) ------
9>There are no more files.
9>
10>------ Skipped Deploy: Project: DLL2, Configuration: Debug Salsa ARMv4 Windows Mobile 5.0 Pocket PC SDK (ARMV4I) ------
10>Project not selected to build for this solution configuration
11>------ Deploy started: Project: DLL3, Configuration: Debug Salsa ARMv4 Windows Mobile 5.0 Pocket PC SDK (ARMV4I) ------
11>There are no more files.
11>
========== Build: 0 succeeded, 0 failed, 7 up-to-date, 5 skipped ==========
========== Deploy: 3 succeeded, 2 failed, 7 skipped ==========
如果我支持它(使用设备模拟器管理器)并让设备通过 ActiveSync 同步,那么 Visual Studio 可以部署和调试。但我想在不通过 ActiveSync 连接的情况下调试一些连接问题。我怎样才能做到这一点?