Reputation: 8628
All the msdn documents say I should have the following template options (see image below) when trying to create a new asp.net application but for some reason the only options I have are Empty, Web Forms, and Azure Mobile Service.
Does anyone know how I might go about restoring the missing options here as I need to create a new MVC application?
EDIT: Further clarification:
When following the steps carried out here ... http://www.asp.net/visual-studio/overview/2013/creating-web-projects-in-visual-studio
... when I get to the above dialog I do not have any mention at all of both web API and MVC.
Upvotes: 0
Views: 74
Reputation: 8628
Finally cracked it ...
For some reason the web developer tools were not installed as part of my installation (likely due to the repair that happened last week).
So if anyone else gets this the fix is as follows:
Go to control panel > programs and features Find "Visual Studio Ultimate 2013" entry. Right click > change. Click on "modify" Tick the box labelled "Microsoft Web Developer Tools" and click to continue.
After running through the setup process everything should now be in place ! Wierd ... these options were in their correct place but apparently not after the repair !
Upvotes: 1
Reputation: 7713
Please ..Select WebForms
-> Press Below Check for MVC
(This optional u can leave it for now )-> Then you wil have an option for
If no
reinstall or run some update for VS2013 ... its corrupted installation i guess or
clear APP-DATA ,TEMP AND MYDOCUEMNTS for VS related stuff...if u have massed it while working other settings...
Cheers!
Upvotes: 0