今天工作时用Visual Studio 2008 添加新项时,突然发现项目模板里空空耶,也就是添加新项时,很多模板找不到了,于是在网上搜了一下,找到这样的解决方案。就用这种方法给解决了。

      按照以下顺序,打开 VS2008 的命令行工具

      Start --> All Progarms --> Microsoft Visual Studio 2008 --> Visual Studio Tools --> Visual Studio 2008 Command Prompt

      然后执行如下命令:devenv.exe /InstallVSTemplates

      OK,就这样给解决了~~O(∩_∩)O~

相关文章:

  • 2021-08-09
  • 2022-01-23
  • 2021-10-11
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
猜你喜欢
  • 2021-09-04
  • 2022-01-23
  • 2021-09-08
  • 2021-05-19
  • 2021-12-05
  • 2022-02-11
相关资源
相似解决方案