VS2008 installation of ASP. 3.5 Extensions Template Missing solution
Microsoft released the Visual Studio Team System Team Suite Simplified Chinese version on February 1, where you can download the 90-day trial version of the Visual Studio Team System Team Suite Simplified Chinese version. On March 6 MIX08 Assembly released ASP. Extensions Preview 2, ASP. NET MVC Preview 2, Silverlight 2 Beta1, Expression Studio 2.0 Beta, Expressi On Blend 2.5 March Preview, IE 8 Beta 11 series products, specifically, you can read this article I wrote.
Today, after I download ASPNetExt.exe installation, the ASP. NET Extensions Preview 2 project template does not appear in the Simplified Chinese version of Visual Studio Team System 2008. I have a test on this question tonight. I believe you have the same problem, so share this:
dialog box for new project such as: There is no project template for our installation of ASP. Extensions Preview 2.
Similarly, in the New Web Site dialog box, there are no items that we installed in the project template and Add New Item dialog box for ASP. Extensions Preview 2.
Within the installation folder of Visual Studio Team System2008, there are project templates and (new) project templates represented by the Projecttemplates and ItemTemplates folders, and another common sense 1033 code name is English, 2052 means Simplified Chinese, 1028 for traditional Chinese. Here is one of the folders before I install ASP. Extensions Preview 2.
To manually add a template step one: Copy the appropriate template file
After installing ASP. Extensions Preview 2, 2 files appear in the Web\csharp\1033 folder, which is exactly the project template file we need.
We copy these two files to the web\csharp\2052 (Simplified Chinese) folder, such as:
Similarly, we copy another project template and project template to the appropriate folder: (I have not copied the VB template, O (∩_∩) o ... )
C:\Program Files\Microsoft Visual Studio 9.0\common7\ide\projecttemplates\csharp\web\1033
C:\Program Files\Microsoft Visual Studio 9.0\common7\ide\projecttemplates\csharp\web\2052
C:\Program Files\Microsoft Visual Studio 9.0\common7\ide\projecttemplates\web\csharp\1033
C:\Program Files\Microsoft Visual Studio 9.0\common7\ide\projecttemplates\web\csharp\2052
C:\Program Files\Microsoft Visual Studio 9.0\common7\ide\itemtemplates\web\csharp\1033
C:\Program Files\Microsoft Visual Studio 9.0\common7\ide\itemtemplates\web\csharp\2052
C:\Program Files\Microsoft Visual Studio 9.0\common7\ide\itemtemplates\csharp\web\1033
C:\Program Files\Microsoft Visual Studio 9.0\common7\ide\itemtemplates\csharp\web\2052
Step two: Run the following command:
Execute the "C:\Program Files\Microsoft Visual Studio 9.0\common7\ide\devenv.exe"/setup command.
Once I have finished, I open Visual Studio again, create a new project, pop up the following dialog box, can't create a new project, I close Visual Studio, reopen it!
Step three: Reopen Visual Studio
Hehe, ASP. Extensions Preview 2 template appeared, below to intercept three pictures to see.
Copyright NOTICE: This article for Bo Master http://www.zuiniusn.com original article, without Bo Master permission not reproduced.
VS2008 installation of ASP. 3.5 Extensions Template Missing solution