Reputation: 2067
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?
Upvotes: 6
Views: 1450
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