代码改变世界

no template information found

2011-11-01 18:59  liuqhui  阅读(119)  评论(0)    收藏  举报
今天打开vs新建项目时候弹出“no template information found”,我的新建项目中仅剩下了Smart Device这一项,很是诡异。

解决方案:
打开visual studio 命令行运行以下指令:
devenv /installvstemplates
注意:其实你在vs2008命令行帮助中找不到这个参数,不过没关系,相信我;-)