When I attempt to create a new MVC5 project, I get a template selection dialog that doesn't load any options. I am unable to select a project type (ex. MVC, Web forms, Web API) and create the project.
It appears like this: http://i.imgur.com/OVLZfSj.png
To produce this issue, I go to File -> New Project -> Visual C# -> Web -> ASP .NET Web Application
After clicking OK, the point where I select the ASP .NET project template I want just sits there empty.
I am running Visual Studio 2013 Ultimate Update 3 and have tried the following:
- Safe mode
- Resetting Visual Studio
- Running devenv /installvstemplates
- Running Repair via Setup
UPDATE: This has been resolved for me by xinqui's response below. I deleted the following 3 files and am able to create new ASP .NET Web Application projects now!
- C:Program Files (x86)Microsoft Visual Studio 12.0Common7IDEPrivateAssembliesMicrosoft.VisualStudio.Web.Internal.Contracts.dll
- C:Program Files (x86)Microsoft Visual Studio 12.0Common7IDEPrivateAssembliesMicrosoft.VisualStudio.Web.WindowsAzure.Contracts.dll
- C:Program Files (x86)Microsoft Visual Studio 12.0Common7IDEPrivateAssembliesMicrosoft.VisualStudio.Web.WindowsAzure.Explorer.dll
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…