Windows Phone 7 has become increasingly popular recently. A variety of mobile phones carrying WP7 will also log on to the Chinese mainland in the first half of this year.
As we all know, Microsoft and Nokia work very closely together, while Nokia has a refined marketing channel in the Chinese Mainland market.
At the same time, Microsoft maintains close cooperation with Lenovo, ZTE, and Huawei.
He is not responsible for his or her job. As. NET developers
It is necessary to learn about WP7. So I found some documents on the Internet and tried to build the WP7 Development Environment myself.
1. Install vs2010
Download vs flagship edition on the official Microsoft website.
Give a link http://www.xiazaiba.com/html/4614.html
Ii. Install vs2010 SP1
To install the WP7 SDK, we also need to patch vs2010 with SP1. This patch can be downloaded at the following URL:
Http://www.microsoft.com/download/en/details.aspx? Id = 23691
We can install the Microsoft Visual Studio 2010 Service Pack 1 (installer) patch in simplified Chinese,
The installation of this package takes a long time, depending on the speed of the network.
3. Install WP7 SDK
Now we can install WP7 SDK, first to this URL http://create.msdn.com/en-us/home/getting_started,
Click "download the SDK" and then "Windows Phone SDK 7.1release". We can choose to download the Simplified Chinese version vm_web2.exe,
The installation time of this package is also quite long... (Of course you can also directly go to this URL to download the http://www.microsoft.com/download/en/details.aspx? Displaylang = en & id = 27570)
4. Complete the installation. OK!
Try it now! Follow these steps to create a project: Open Microsoft Visual Studio 2010> Create a project> Silverlight for Windows Phone> Windows PhoneProgram-> Finish writingCodeClick debug (start execution without debugging) to open the WP7 simulator.
Let's talk about the establishment of the Development Environment. The code written in the past few days will be published. Hope to communicate with you ~~~