After the SDK is installed, the Silverlight for Windows Phone template cannot be found in the previous Chinese version of vs. Only the xNa for Windows Phone template is displayed. What should I do if I want to develop it in a Chinese environment? Although the official website does not support the Chinese version of vs for WP7 development, you can copy the template by yourself to implement the Chinese version of vs2010 or WP7 development. In fact, after installing the SDK, you can see the Windows Phone device options in the Chinese version of Vs, or the xNa for Windows Phone template, but you cannot see the Silverlight for Windows Phone template. Well, this requires us to do it ourselves.
Step 1: In the following directory c: \ Program Files (x86) \ Microsoft Visual Studio 10.0 \ common7 \ ide \ projecttemplates \ CSHARP \ Silverlight for Windows Phone \ 1033 (2052 is not required, open Vs and you can use it.) Select and copy all the templates of Silverlight for Windows Phone;
Step 2: Find the following path and copy the copied templates to the following directory c: \ Users \ your username \ Documents \ Visual Studio 2010 \ Templates \ projecttemplates \ Visual C # \ Silverlight;
Step 3: Open the Chinese version of Vs to create a new project, select Silverlight, And then you can see the Silverlight for Windows Phone template;
Okay, let's talk about the above methods to limit the previous versions. The latest version (installation sequence: vs10 -- silverlight4_tools -- SP1 -- Windows Phone SDK) under me