6

After I installed the latest Visual Studio 2013 update, I cannot see any templates in the new project popup. Everything is disabled.

How can I get them back?

no template is available :(

Jessica
  • 2,057
  • 1
  • 15
  • 24
  • Try a "Repair" installation, from Control Panel Programs. – John Saunders Aug 12 '14 at 03:37
  • 1
    Jessica, Uninstall VS, delete the "Microsoft Visual Studio 12.0" directory, and then reinstall Visual Studio 2013 Web Update 3. For more details follow [this](http://stackoverflow.com/questions/25270008/cant-create-new-mvc5-project-or-any-other-asp-net-projects-in-visual-studio-20/25276352#25276352) – Lamb Of Zod Aug 15 '14 at 01:24

1 Answers1

10

I found the answer from here.

All I had to do is to delete

Microsoft.VisualStudio.Web.WindowsAzure.Contracts.dll 

and

Microsoft.VisualStudio.Web.WindowsAzure.Explorer.dll

in

C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies

Community
  • 1
  • 1
Jessica
  • 2,057
  • 1
  • 15
  • 24