如何附加到 Windows Phone 模拟器内运行的应用程序?

发布于 2024-09-25 13:03:33 字数 228 浏览 4 评论 0原文

我正在尝试调试在 Windows Phone 7 模拟器内运行的应用程序,但无法从 Visual Studio 连接到它 - 附加到进程 ->选择 Windows Phone 7 Emulator 传输会显示错误:

“无法连接到‘Windows Phone 7 模拟器’。未实现”

我缺少什么?

I'm trying to debug an app running inside the windows phone 7 emulator, but I can't connect to it from visual studio - Attach to Process -> selecting Windows Phone 7 Emulator transport displays an error:

"Unable to connect to 'Windows Phone 7 Emulator'. Not implemented"

What am I missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

妄断弥空 2024-10-02 13:03:33

解决方法:

  • 打开构建旁边的解决方案配置管理器
  • 是部署列,取消选中您的项目,
  • 按 F5

这将启动设备上已有的应用程序,而不会覆盖它(并删除其存储)。

As a workaround:

  • open the solution configuration manager
  • next to build is a deploy column, uncheck your project
  • press F5

This will launch the app that is already on the device without overwriting it (and deleting its storage).

亢潮 2024-10-02 13:03:33

我认为不可能连接到已经在模拟器上运行的应用程序。

听起来您正在尝试自己直接连接到模拟器,而不是在其中运行的应用程序。无论如何,我认为这不是你想要的。

如果您将模拟器视为虚拟机,这可能会有所帮助。就是这样。 (差不多了。)

如果要在模拟器中调试应用程序,则需要通过 Visual Studio 启动它。

I don't think it's possible to connect to an app that is already running on the emulator.

It sounds like you're trying to connect to the emulator directly yourself,rather than the app running in it. Which I don't think is what you want anyway.

It may help if you think of the emulator as a virtual machine. That's what it is. (near enough.)

If you want to debug an app in the emulator, you need to launch it through Visual Studio.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文