Jessica
Jessica

Reputation: 2067

ASP.NET project templates missing after installing update 3 for Visual Studio 2013

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 :(

Upvotes: 6

Views: 1450

Answers (1)

Jessica
Jessica

Reputation: 2067

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

Upvotes: 10

Related Questions