What do I need to install to get Microsoft.TeamFoundation.WorkItemTracking.Client.dll?

偶尔善良 提交于 2019-12-04 08:16:53

问题


Do I simply need to install the VS2010 SDK?

Is there such a thing as the TFS2010 SDK, and if so, would that be the thing I need to install, and if so, where can I get it?

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.


The reason I am asking: I am building a codebase that is not mine, which depends on Microsoft.TeamFoundation.WorkItemTracking.Client.dll .


回答1:


You need to install the TFS Team Explorer (i.e. the TFS client tools).

Installing the VS2010 SDK will add documentation etc., but the assemblies come from the client itself.




回答2:


For anyone looking for this in Visual Studio 2012, you can add references without an external download:




回答3:


For visual studio 2015

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?




回答4:


You can find it here :

C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ReferenceAssemblies



回答5:


For Visual Studio 2017, the Assemblies are here: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer




回答6:


I am using VS 2015 and I found this dll file on path --

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\TestAgent\


来源:https://stackoverflow.com/questions/4206270/what-do-i-need-to-install-to-get-microsoft-teamfoundation-workitemtracking-clien

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!