Windows Phone 7 Development and Visual Studio 2010

2020-07-06 05:00发布

Is Windows Phone 7 Development SDK available for other versions of Visual Studio 2010 than Express? If I already have the Ultimate version do I still need to download VS2010 Express to use WP7 SDK?

4条回答
混吃等死
2楼-- · 2020-07-06 05:06

When you install the Windows Phone 7 SDK it installs everything including "Visual Studio 2010 Express for Windows Phone" even if you have another non-express version of Visual Studio 2010 already installed.

If you have another version of VS2010 installed. the installer will NOT create any shortcuts for the express version. Nor will it set any file associations for it.

This has two effects:

  1. The installer is simpler (It just gets everything and only needs logic around setting shortcuts) and so should be less buggy. - Most people have no issues with it. The few who do have problems have mostly fixed them with a repair of the install.

  2. You can use both the Express and other version of VS2010 on the same machine. I find this particularly useful when looking at open source or demo projects which were created with the express version.

查看更多
做个烂人
3楼-- · 2020-07-06 05:12

The WP7 environment will install into your existing instance of Visual Studio if you have one (and will install an Express edition if you don't)

查看更多
在下西门庆
4楼-- · 2020-07-06 05:15

Microsoft could verify that the Visual Studio (not Express) is already installed on the machine BEFORE you download the Express version!

Still, the Express version does not interfere with your other version of Visual Studio.

查看更多
家丑人穷心不美
5楼-- · 2020-07-06 05:19

Yes, you would need to download the full SDK. But nothing to worry since installing the SDK would automatically take care of installing the templates, and you should be able to work with your Ultimate edition with all the goodness :)

查看更多
登录 后发表回答