简体   繁体   English

Zune软件未启动(WP7)

[英]Zune software is not launched (WP7)

I installed VS 2010 Express + WP7 SDK, it worked perfectly. 我安装了VS 2010 Express + WP7 SDK,它运行良好。 Now I need to use unit-tests, and installed VS 2010 Ultimate (and reinstalled WP7 SDK). 现在,我需要使用单元测试,并安装VS 2010 Ultimate(并重新安装WP7 SDK)。 WP7 plugin seems to be installed (there are WP7 project types in "New Project" dialog), but when I'm trying to launch my software for debug, VS says that "Error 1 Zune software is not launched. Retry after making sure that Zune software is launched.". 似乎已安装WP7插件(“新建项目”对话框中有WP7项目类型),但是当我尝试启动软件进行调试时,VS表示“错误1 Zune软件未启动。请确保已重试。 Zune软件已启动。”。 WP7 emulator is already launched (and Zune too, but Zune says, that there is no device connected). WP7仿真器已经启动(Zune也已启动,但Zune表示没有连接任何设备)。 Expression Blend works with emulator perfectly (it runs the emulator by itself). Expression Blend可以完美地与模拟器配合使用(它可以单独运行模拟器)。 Where is a mistake? 哪里有错?

It seems like Visual Studio tries to deploy to a device. 好像Visual Studio尝试将其部署到设备上。
Did you select "Windows Phone 7 Emulator" in the "Target Deployment Device" dropdown? 您是否在“目标部署设备”下拉列表中选择了“ Windows Phone 7仿真器”?

First of all, make sure that you have the Standard toolbar visible. 首先,请确保您有标准工具栏可见。 That's where you select the Target Device. 那就是您选择目标设备的地方。 To do this: View -> Toolbars -> Standard . 为此: 查看 -> 工具栏 -> 标准 Since Expression Blend detects the emulator, then there is a problem with Visual Studio, that tries to deploy to a device by default. 由于Expression Blend检测到模拟器,因此Visual Studio出现问题,默认情况下会尝试将其部署到设备。

REMEMBER: Zune Software is not required to be running when you are deploying to an emulator. 记住: 部署到模拟器时,不需要运行Zune软件。

Second, try to create a new Windows Phone 7 project and try deploying it from Visual Studio to see how it works. 其次,尝试创建一个新的 Windows Phone 7项目,然后尝试从Visual Studio进行部署以查看其工作方式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM