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.

  • if the mvc templates are missing, try [this](http://stackoverflow.com/questions/21096746/how-to-add-mvc5-to-visual-studio-2013). If _all_ templates are missing try [this](http://forums.asp.net/t/1250064.aspx?My+visual+studio+templates+dialog+box+is+empty+No+templates+are+displayed+Please+help+) – markpsmith Oct 07 '14 at 13:37
  • I tried everything described in that article but it still isn't working – Creeperagent26 Oct 07 '14 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 – Creeperagent26 Oct 07 '14 at 13:49
  • seen [this?](http://stackoverflow.com/questions/21476588/where-is-developer-command-prompt-for-vs2013) – markpsmith Oct 07 '14 at 13:50

2 Answers2

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.

Community
  • 1
  • 1
Greg
  • 11,302
  • 2
  • 48
  • 79
  • this doesn't answer the question, because the OP does not see the list of templates. – Nzall Oct 07 '14 at 14:03
  • @NateKerkhofs Didn't see the image and the small amount of text, gave him a solution that worked for me. – Greg Oct 07 '14 at 14:13
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.

Boncho Valkov
  • 1,319
  • 10
  • 10