我是否需要安装将使用某些DLL远程将其通信机上TFS? [英] Do I need TFS installed on the machine that will use some dlls to communicate remotely to it?

查看:267
本文介绍了我是否需要安装将使用某些DLL远程将其通信机上TFS?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想不会,但这里的渔获:

I guess not, but here's the catch:

我做了一个COM +对象从没有VisualStudio中或TFS被安装在一台机器使用。而这个COM +对象已引用TFS DLL文件进行远程TFS服务器上登录和创建工作项。

I've made a COM+ Object to be used from a machine where neither VisualStudio or TFS are installed. And this COM+ Object has referenced TFS dlls to make a login on a remote TFS server and create Work Items.

和我还有一个额外的问题。我用VS2012和TFS2010,所以引用的DLL文件说11.0.0.0时,我觉得他们应该说10.0.0.0或风格的事端。

And I have another additional issue. I used VS2012 and TFS2010, so the dlls referenced say 11.0.0.0 when I think they should say 10.0.0.0 or somethin of that style.

我查了这个 TFS 2010构建失败,因为它不能加载Microsoft.VisualStudio.QualityTools.Plugins。codeCoverage版本11.0 ......但我不能看它是否对我来说很有用,如果是,怎么样。

I checked on this TFS 2010 build failing because it can't load Microsoft.VisualStudio.QualityTools.Plugins.CodeCoverage version 11.0 ...but I can't see if it's useful for me, and if it is, how.

这是确切的错误:

无法加载文件或程序集Microsoft.TeamFoundation.Client,   版本= 11.0.0.0,文化=中性公钥= b03f5f7f11d50a3a或   它的一个依赖。该系统找不到指定的文件。

Could not load file or assembly 'Microsoft.TeamFoundation.Client, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

也许,(我试过在标题中说的),它要求有一些安装在计算机上...但是这台机器是一台服务器,它困扰我有点在服务器上安装新的东西。

And maybe, (as I tried to say in the title), it requires to have something installed on the machine... But this machine is a server, and it bothers me a bit to install new stuff on the server.

推荐答案

在11.0的DLL都很好 - 这意味着你使用的是2012年的客户端dll​​,但做工精细针对TFS 2010服务器

The 11.0 DLLs are fine - it means you're using the 2012 client DLLs, but they work fine against a 2010 TFS server.

如果没有,你的应用程序运行的机器上安装了VS,你需要用你的应用程序部署。请参阅<一href="http://geekswithblogs.net/TarunArora/archive/2011/06/18/tfs-2010-sdk-connecting-to-tfs-2010-programmaticallyndashpart-1.aspx" rel="nofollow">http://geekswithblogs.net/TarunArora/archive/2011/06/18/tfs-2010-sdk-connecting-to-tfs-2010-programmaticallyndashpart-1.aspx要知道哪些DLL是必需的,让他们在哪里。

If VS is not installed on the machine where your app is running, you will need to deploy them with your app. See http://geekswithblogs.net/TarunArora/archive/2011/06/18/tfs-2010-sdk-connecting-to-tfs-2010-programmaticallyndashpart-1.aspx to know what DLLs are required and where to get them.

这篇关于我是否需要安装将使用某些DLL远程将其通信机上TFS?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆