如何在 Xbox 上调试 Microsoft Media Platform?

发布于 2024-12-09 10:00:02 字数 495 浏览 0 评论 0原文

我正在尝试在 xbox 上运行示例 Microsoft Media Platform 插件 (MMPPF.Addons)。

我能够在 Visual Studion 2010 中编译该项目并将其部署到 Xbox(我有一个支持 LakeView 平台的 Xbox 调试盒)。我可以通过双击“Xbox Neighborhood”中的“default.xex”或在 Visual Studio 中单击“启动而不调试”来运行该应用程序。

但是,我无法通过单击“开始调试”来调试它。我收到一条错误消息“无法启动程序 'devkit:\MMMPF.Addons.Xbox\Debug\default.xex'”。

我已经安装了以下软件。

  • 视觉工作室 SP1
  • XDK 20871.1
  • ADK
  • 闪存 14448.0
  • silverLight 4 我还将 Xbox 连接到互联网和我的计算机。

谁能告诉我缺少什么?

I am trying to run the sample Microsoft Media Platform plugins on the xbox (MMPPF.Addons).

I am able to compile the project in visual studion 2010 and deploy it to the xbox (I have a xbox debug box that supports lakeview platform.). I am able to run the application by double clicking "default.xex" in "Xbox neighborhood" or clicking "start without debugging" in visual studio.

However, I am unable to debug it by clicking "start with debugging". I got an error message saying "Unable to start program 'devkit:\MMPPF.Addons.Xbox\Debug\default.xex'".

I have installed the following software.

  • visual studio sp1
  • xdk 20871.1
  • adk
  • flash 14448.0
  • silverLight 4
    I also have the xbox connected to both the internet and my computer.

Could anyone tell me what is missing?

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

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

发布评论

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

评论(1

烈酒灼喉 2024-12-16 10:00:02

终于明白为什么了。调试器似乎有问题。我切换到 xbox 本机调试器并且它工作了。我所做的是在项目属性调试器中,选择“xbox360 调试器”而不是“xbox360 托管调试器”。

Finally figured out why. There seems to be something wrong with the debugger. I switched to the xbox native debugger and it worked. What I did was in the project property, debugger, pick the "xbox360 debugger" instead of the "xbox360 managed debugger".

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