打开VS 2017时,Team Foundation Error, page ‘’ not found
转:
https://stackoverflow.com/questions/33102134/team-foundation-error-page-3185ed96-1cbd-4381-a439-636973542e50-not-found
找到VS2017 的安装文件:
- C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\
- Command Prompt 右击以管理员身份运行
- CD C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\
- 然后 执行以下的命令:
Try resetting VS to the default settings with the following commands to see if it helps.
1.devenv.exe /safemode
2.devenv.exe /resetskippkgs
3.devenv.exe /installvstemplates
4.devenv.exe /resetsettings
5.devenv.exe /resetuserdata
本文解决VS2017启动时遇到的TeamFoundationError问题,提供了通过管理员命令提示符重置VS设置的具体步骤,包括进入VS安装目录并执行devenv命令来修复错误。
5877

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



