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

简介: 最近在打开CodePlex 的一个项目的时候,一直得到这个出错:"Object reference not set to an instance of an object."。我是通过"File->Source Control->Open From SourceControl"来打开项目的。

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

image

 

因为在打开时,我也得到这样的错误: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,问题解决。

相关文章
|
3月前
|
XML 缓存 API
【Azure API 管理】使用APIM进行XML内容读取时遇见的诡异错误 Expression evaluation failed. Object reference not set to an instance of an object.
【Azure API 管理】使用APIM进行XML内容读取时遇见的诡异错误 Expression evaluation failed. Object reference not set to an instance of an object.
|
6月前
|
JavaScript
vue2中$set的原理_它对object属性做了啥?
vue2中$set的原理_它对object属性做了啥?
55 1
|
6月前
|
JavaScript
[Vue warn]: Method “components“ has type “object“ in the component definition. Did you reference the
[Vue warn]: Method “components“ has type “object“ in the component definition. Did you reference the
NullPointerException:method 'android.content.BroadcastReceiver.onReceive' on a null object reference
NullPointerException:method 'android.content.BroadcastReceiver.onReceive' on a null object reference
AttributeError: ‘set‘ object has no attribute ‘items‘
出现这个问题,原因可能是定义的header有问题
165 0
|
JavaScript
[Vue warn]: Method “components“ has type “object“ in the component definition. Did you reference the
[Vue warn]: Method “components” has type “object” in the component definition. Did you reference the
[Vue warn]: Method “components“ has type “object“ in the component definition. Did you reference the
|
存储 NoSQL Java
别再随意说 Redis 的 SET 保障原子性,在客户端不一定
别再随意说 Redis 的 SET 保障原子性,在客户端不一定
206 0
别再随意说 Redis 的 SET 保障原子性,在客户端不一定
SAP QM中阶之Reference Operation Set 的使用
SAP QM中阶之Reference Operation Set 的使用
SAP QM中阶之Reference Operation Set 的使用
Q_OBJECT 导致 error: undefined reference to `vtable for XXXX' 错误
Q_OBJECT 导致 error: undefined reference to `vtable for XXXX' 错误
677 0
|
数据格式 XML
boolean java.lang.String.equals(java.lang.Object)' on a null object reference
APP中需要实现LayoutInflater布局加载器动态加载布局,然而开启程序一运行就闪退。。。 FATAL EXCEPTION: main Process: com.
2625 0