2

I´m using Visual Studio Professional 2013. When I wan't to create a MVC 5 Project (with .NET Framework 4.5.1 or 4.5) I go to "New Project > Installed > Templates > Visual C# > Web" select "ASP.NET Web Application" (the only Option) and click OK. In the next Window however there are no Options for me to choose a Template for the Application I want to create, it's just a blank Window.Link to the Picture

I tried to reapir Visual Studio but it didn´t help.

4
  • if the mvc templates are missing, try this. If all templates are missing try this Commented Oct 7, 2014 at 13:37
  • I tried everything described in that article but it still isn't working Commented Oct 7, 2014 at 13:40
  • Due to whatever Reason I don't have a Visual Studio 2013 Command Prompt, however I have a Visual Studio 2012 Command Prompt even though I never installed the 2012 Version Commented Oct 7, 2014 at 13:49
  • seen this? Commented Oct 7, 2014 at 13:50

2 Answers 2

5

Update:

You could potentially try the following, delete:

  • Microsoft.VisualStudio.Web.WindowsAzure.Contracts.dll
  • Microsoft.VisualStudio.Web.WindowsAzure.Explorer.dll

Which is located here: - C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies


In Visual Studio 2013, you have a single choice:

enter image description here

You'll choose your one template, then on the next screen:

enter image description here

The second screen is where you'll define the type of your Asp.Net project.

Sign up to request clarification or add additional context in comments.

2 Comments

this doesn't answer the question, because the OP does not see the list of templates.
@NateKerkhofs Didn't see the image and the small amount of text, gave him a solution that worked for me.
0

Hopefully you have found your templates, but you want good templates you can check http://asptemplatestack.com/Templates/GetAll . It's still in beta but you can download a lot of MVC templates. It provides very good backend structure.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.