vs2008无法打开资源管理器或团队管理器中看不到资源管理器选项的解决方法

Remove vssprovider.dll from the list of packages to skip by running:

devenv.exe /resetskippkgs

After running the above command you will be able to open Visual Studio normally without using the /resetskippkgs switch.

Note: You can add /log to generate a report

e.g.  devenv.exe /resetskippkgs  /log C:\devenv-log.txt


就是在命令行里执行 devenv.exe /resetskippkgs 来启动vs2008


你可能感兴趣的:(c,list,command,report)