错误截图:
解决方案:
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
本文提供了解决Visual Studio启动时遇到的错误方法。通过移除VSS Provider DLL并使用特定命令重置软件包,可以正常打开Visual Studio而无需使用特殊开关。

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



