这是TFS SDK中一个绝对的初学者问题:
我正在尝试使用代码
连接到TFS服务器TeamFoundationServer teamFoundationServer =
TeamFoundationServerFactory.GetServer(X);
X是服务器名称
我收到类似
的错误TF249051: No URL can be found that corresponds to the following server name: X
Verify that the server name is correct.
但是我可以使用Team->连接到TFserver菜单选项从VS2010连接到TFS服务器
答案 0 :(得分:0)
不建议使用TeamFoundation Server Factory。你应该使用TeamFoundationProjectCollection。
而且,是的,在TFS 2010下,您将需要该文件夹。