So, a new installation of .NET Framework 4.0 and Visual Studio 2010 on a completely new computer. Downloading Visual Studio 2010 and selecting New Project lists only the following version of the project in the Web section:
ASP.NET MVC 3 Web Application AjaxControlExtender AjaxServerControl ASP.NET Server Management
All other types of projects are missing, and I can’t load existing .NET projects (gives me the error “project type is not supported.” Any idea what happened and how can I reinstall the missing templates?
I have already tried running devenv.exe / installvstemplates with elevated privileges.
source share