这个错误已经不是第一次遇到,这次就硬将Vs2008的UserData重设。再重新配置团队管理工具连接,也就是工作区。就好啦


异常情况




Unexpected error encountered. It is recommended that you restart the application as soon as possible.
Error: No such 
interface supported
File: vsee\lib\vscommodule\vscommod.cpp
Line number:
173 
解决方法就是下面

Try the following steps to resolve the issue:

1. 运行里面输入cmd

2. 来到你的Vs 9的安装所在目录:

  "%programfiles%\Microsoft Visual Studio 9\Common7\IDE\"

3. 在输入下面的命令:

devenv.exe /resetuserdata


就 OK

相关文章:

  • 2022-12-23
  • 2021-12-09
  • 2021-07-20
  • 2021-09-26
  • 2021-12-03
  • 2021-12-03
猜你喜欢
  • 2021-07-01
  • 2021-12-02
  • 2021-11-23
  • 2021-12-03
  • 2022-02-09
  • 2021-11-04
  • 2021-12-03
相关资源
相似解决方案