Matthias Müller
Matthias Müller

Reputation: 3473

WiLINQ: TFS 2012

I'd like to use a LINQ to TFS Provider, and it seems like WiLINQ is the way to go. The Problem: We have TFS 2013 on the Server and only VS 2010 and 2013 on the Development-Clients. Since the WiLinq is only obtainable for TFS 2012, my questions:

Or would you say, on this Environment, there is no "right" way to make this work?

Thanks in advance

Matthias

Upvotes: 0

Views: 42

Answers (1)

You will need to have the 2012 API's available to be able to run a tool that depends on that version. There is a redistributable for the API's alone however on local workstations it can be easier to install Team Explorer.

Upvotes: 1

Related Questions