最近在打开CodePlex 的一个项目的时候,一直得到这个出错:"Object reference not set to an instance of an object."。我是通过"File->Source Control->Open From SourceControl"来打开项目的。其它的项目都可以打开,但有一个项目一直遇到这个问题。

TFS 客户端错误"Object reference not set to an instance of an object."

 

因为在打开时,我也得到这样的错误:The Path <local path> is already mapped in workspace <machine name [old tfs server]>,Google了一下,找到这篇文章:TFS Workspace Error参考其中的方法,打开VS2008的CMD,使用“tf workspace /delete [/server:servername] workspacename[;workspaceowner] ”命令删除了特定项目的workspace,问题解决。

相关文章:

  • 2021-10-16
  • 2021-09-22
  • 2021-10-27
  • 2022-12-23
  • 2021-07-11
  • 2021-06-04
  • 2021-11-01
  • 2021-12-16
猜你喜欢
  • 2022-12-23
  • 2021-07-17
  • 2021-07-28
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
  • 2022-01-25
相关资源
相似解决方案