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

6

26

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 .

Dreamworld answered 17/11, 2010 at 15:53 Comment(0)
U
13

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.

Usury answered 17/11, 2010 at 16:13 Comment(3)
I found them in C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies on my machine.Dreamworld
@Dreamworld they should also be in the GAC... as normal ReferenceAssemblies are only used for development & build.Usury
This assembly did seem to be included with Visual Studio Team Explorer, but there are others that don't seem to readily available anywhere (that I could find). See my SO question for one example.Electromagnetism
H
26

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

enter image description here

Hensel answered 2/10, 2012 at 23:16 Comment(0)
S
18

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?

Starinsky answered 5/8, 2015 at 20:39 Comment(1)
Great package! It's also needed for other TFS package ("Microsoft.TeamFoundation.ObjectModel") to work.Denison
U
13

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.

Usury answered 17/11, 2010 at 16:13 Comment(3)
I found them in C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies on my machine.Dreamworld
@Dreamworld they should also be in the GAC... as normal ReferenceAssemblies are only used for development & build.Usury
This assembly did seem to be included with Visual Studio Team Explorer, but there are others that don't seem to readily available anywhere (that I could find). See my SO question for one example.Electromagnetism
S
3

You can find it here :

C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ReferenceAssemblies
Stake answered 26/9, 2014 at 18:7 Comment(0)
D
3

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

Drive answered 28/11, 2018 at 6:6 Comment(0)
P
0

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\
Postpone answered 17/7, 2019 at 7:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.