.net 我需要安装什么才能获得 Microsoft.TeamFoundation.WorkItemTracking.Client.dll?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4206270/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What do I need to install to get Microsoft.TeamFoundation.WorkItemTracking.Client.dll?
提问by Cheeso
Do I simply need to install the VS2010 SDK?
我只需要安装VS2010 SDK吗?
Is there such a thing as the TFS2010 SDK, and if so, would thatbe the thing I need to install, and if so, where can I get it?
有没有像TFS2010 SDK这样的东西,如果有,那是我需要安装的东西,如果有,我在哪里可以得到它?
On Microsoft's "Extend Visual Studio" web site, I saw a link to example code for the "TFS 2010 SDK"but I could not find the TFS 2010 SDK itself.
在 Microsoft 的“Extend Visual Studio”网站上,我看到了“TFS 2010 SDK”示例代码的链接,但我找不到 TFS 2010 SDK 本身。
The reason I am asking: I am building a codebase that is not mine, which depends on Microsoft.TeamFoundation.WorkItemTracking.Client.dll .
我问的原因:我正在构建一个不是我的代码库,它取决于 Microsoft.TeamFoundation.WorkItemTracking.Client.dll 。
采纳答案by Richard
You need to install the TFS Team Explorer (i.e. the TFS client tools).
您需要安装 TFS Team Explorer(即 TFS 客户端工具)。
Installing the VS2010 SDK will add documentation etc., but the assemblies come from the client itself.
安装 VS2010 SDK 会添加文档等,但程序集来自客户端本身。
回答by p.campbell
For anyone looking for this in Visual Studio 2012, you can add references without an external download:
对于在 Visual Studio 2012 中查找此内容的任何人,您无需外部下载即可添加引用:


回答by Yepeekai
For visual studio 2015
对于视觉工作室 2015
https://www.nuget.org/packages/Microsoft.TeamFoundationServer.ExtendedClient/
https://www.nuget.org/packages/Microsoft.TeamFoundationServer.ExtendedClient/
You can have more details for another similar assembly here:
您可以在此处获得有关另一个类似程序集的更多详细信息:
Where can I find Microsoft.TeamFoundation.Build.Client in Visual Studio 2015?
我在哪里可以找到 Visual Studio 2015 中的 Microsoft.TeamFoundation.Build.Client?
回答by hdoghmen
You can find it here :
你可以在这里找到它 :
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ReferenceAssemblies
回答by Siddharth B
For Visual Studio 2017, the Assemblies are here: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer
对于 Visual Studio 2017,程序集位于:C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer
回答by Rajesh
I am using VS 2015 and I found this dll file on path --
我正在使用 VS 2015,我在路径上找到了这个 dll 文件——
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\TestAgent\

