2

I'have windows phone 8 device(lumia 620). I'm working on visual studio 2010. My problem is that I cannot run my XNA app with my phone. Every time I click start debugging, this error pops up

Error   1   Zune software is not launched. Retry after making sure that Zune software is launched.      0   0   

Zune is working but zune says no devices connected. The windows phone desktop application is working fine and connects to my phone. What should I do. What is my fault.

4

3 回答 3

4

您无法从 vs2010 部署到 wp8 设备,即使应用程序是为 wp7.1 开发的,您也需要 vs2012 和 wp8 sdk

于 2013-06-16T16:06:11.797 回答
0

要在 WP8 设备上运行应用程序,您需要 WP8 SDK,这需要 VS2012。当您开发 XNA 游戏时,即使在 WP8 设备上运行,您也只能针对 WP 7.0 和 7.1,因为 WP 8.0 操作系统使用 C++ 进行游戏并且不再支持 XNA。最后一点,如果您决定使用 XNA/VS2012 开发您的游戏,您将需要使用 VS2010 来构建您的内容,因为 VS2012 不支持内容管道。

http://msdn.microsoft.com/en-US/library/windowsphone/develop/jj207003(v=vs.105).aspx

于 2013-06-16T16:46:05.090 回答
-2

您应该在 Visual Studio 的标准工具栏中选择设备选项。

于 2013-06-16T15:49:00.903 回答