0

On one machine, I don't have the Web Projects.

First of all I had a Ultimate Trial, there I had the webprojects. Then I uninstalled it and installed the Professional, since then all web projects (4.5 and 5 rc) are missing.

I did install the Web Developer Tools. I Also installed and repaired the asp 5.

I also uninstalled VS2015 and reinstalled it.

On all other machines even those where i also uninstalled the ultimate it works fine I don't want to reinstall the whole machine :-/

Community
  • 1
  • 1
Boas Enkler
  • 12,264
  • 16
  • 69
  • 143

1 Answers1

0

Try to reset to default templates back by using the following command line (run as local Admin):

devenv /installvstemplates

UPDATE: also removing folders ItemTemplatesCache and ProjectTemplatesCache from C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE might help. It is pretty safe to delete them but I would backup just for any cases.

vzayko
  • 337
  • 2
  • 11
  • did not help. also resetting user settings did not help. finally i reinstalled the whole operating system, now it works... – Boas Enkler Jan 04 '16 at 20:40