Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why I can't see New project Web Template for Visual Studio 2015 preview?

Tags:

I have installed Visual Studio 2015 preview successfully. Unfortunately, I am not getting New project Templates to create Web Apps (asp.net). I am looking under C# -> Web.

Please note that I tried this locally and on an Azure machine which is having Visual Studio 2015.

enter image description here

like image 846
Gaurav Arora Avatar asked Dec 12 '14 20:12

Gaurav Arora


People also ask

How do I find my Visual Studio project Template?

For example, you can right-click the project > click properties > select Application and see(refer to) the related information, for example, Output type -- Windows Application, Console Application, Class Library… Or you can find some related information about the project type from items, files etc.


2 Answers

I found the solution of the issue, stated above. I am sharing here, so that others can get benefited, who might be wondering for the solution of similar issues.

I resolved it after re-installing/Update the setup. Here are the step(s):

-Restart the setup for VS2015 Preview -Selected the required components to install

enter image description here

After these steps, I received the desired templates.

P.S. Whenever anyone is installing VS2015 Preview first time, should Select the features under 'Optional features to install' to get the desired installation.

like image 182
Gaurav Arora Avatar answered Oct 22 '22 08:10

Gaurav Arora


I had this issue with the Web templates not showing up in Visual Studio 2015 Update 2. I uninstalled and reinstalled "Microsoft Web Developer Tools" from the update menu, tried repair, installed various related templates, and it wouldn't come back.

I know it's normally in the Visual Studio 2015 installer, but for me I finally got it back by clicking and installing whatever the ASP.Net 4.6 "Install For Windows" link does at https://get.asp.net/. No idea why, hope it helps someone.

like image 43
Lee Richardson Avatar answered Oct 22 '22 10:10

Lee Richardson