Windows自动升级之后Visual Studio 2008打不开界面,弹出“the Project type is not supported by installation ”错误提示。
于是重装(没有卸载),并没有解决问题。
网上找了一下,找到下面的解决方案,经过测试,问题解决。
1) devenv /setup
2) regsvr32.exe "%vs80comntools%/../IDE/projectaggregator.dll"
3) devenv /resetskippkgs
我是3步都用到,后来看到网上有人只提到第一个,也有人提到第三个,或许其中一步就可以解决问题的,大家可以试试。
本文介绍了解决Windows自动升级后Visual Studio 2008无法打开项目的问题,通过执行devenv/setup、注册projectaggregator.dll及devenv/resetskippkgs三个步骤,成功解决了“the Project type is not supported by this installation”的错误。
2147

被折叠的 条评论
为什么被折叠?



