ferpega
ferpega

Reputation: 3224

Visual Studio 2013 Update 4 has broken web templates

After installing Update 4 on my Desktop workstation and laptop computers, both of them have lost the web templates.

When I try to create a new C# web project I only can see this: enter image description here

And If I select it, then I can see this error: enter image description here

I write the error message here to future search:

Error: this template attempted to load component assembly 'Microsoft.VisualStudio.Web.Project, Version=2.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. For more information on this problem and how to enable this template, please see documentation on Customizing Project Templates.

Any idea how can I recover this templates?

Upvotes: 8

Views: 3700

Answers (2)

anon
anon

Reputation:

I had this issue! Did a 'Repair' and it's now fixed!

To repair, go to Control Panel/Uninstall a program/View installed updates/Uninstall/Repair.

Upvotes: 9

Fazal
Fazal

Reputation: 1

Check if All the templates are present in the given directories "Visual Studio installation path"\Common7\IDE\ProjectTemplates\ "Visual Studio installation path"\Common7\IDE\ItemTemplates\

then Open command with administrator navigate to "Visual Studio installation path"\Common7\IDE\" and Type devenv.exe /InstallVSTemplates

If this doesn't Help Reinstalling definitely will

Upvotes: 0

Related Questions