0

When I was installing some new templates for VS, I deleted built-in test project template by mistake. How can I restore it?

chester89
  • 8,328
  • 17
  • 68
  • 113

1 Answers1

2

devenv.exe /installvstemplates

http://msdn.microsoft.com/en-us/library/ms247116.aspx

Jason
  • 86,222
  • 15
  • 131
  • 146
  • Some other suggestions: reinstall the latest SP; try "repair" option of installer; try "repair" option of installer, but run from original install media; try copying from another machine with a good install; if all else fails, try uninstalling and reinstalling – Jason Oct 09 '09 at 05:09