Showing results for TFS 2010 - Buck Hodges

Feb 11, 2010
0
0

TFS client API changes from Beta 2 to RC

Buck Hodges
Buck Hodges

While I don’t have a comprehensive list, I do want to point out these four changes in particular because these classes are fundamental to the API.  If you have written code with the Beta 2 client API, here are the changes you will need to be aware of to use the RC client API. [UPDATE 2/12/10]  Jim Lamb has posted updated TFS ...

Team Foundation ServerTFS 2010TFS API
Feb 11, 2010
0
0

Uninstall TFS Power Tools for 2010 Beta 2 before installing VS 2010 RC

Buck Hodges
Buck Hodges

Several folks have run into a problem after uninstalling VS 2010 Beta 2 and installing VS 2010 RC.  When VS 2010 runs, you get an error message like the following. Team Foundation Error Could not load type ‘Microsoft.TeamFoundation.Client.TeamFoundationServerBase’ from assembly ‘Microsoft.TeamFoundationClient, Versi...

Team Foundation ServerTFS 2010
Jan 21, 2010
0
0

Deep dive on Windows Workflow 4.0 activities

Buck Hodges
Buck Hodges

Patrick Carnahan is a developer on TFS Build, and he’s written a series of detailed posts on how to write custom activities in Windows Workflow 4.0 (WF), which is now used to orchestrate the build process for TFS Build in 2010.  It’s a deep dive on WF activities.  Jim Lamb’s post on how to integrate custom workflow activ...

Team Foundation ServerTeam BuildTFS 2010
Oct 21, 2009
0
0

What features are in TFS Basic 2010?

Buck Hodges
Buck Hodges

Earlier, I wrote a post explaining where to find TFS Basic.  Someone asked a set of questions about TFS Basic, and I thought I’d post the answers here. What features are in TFS Basic 2010? Brian’s post describes a bit of the feature differences and also shows the installation process. It’s really much easier to talk about f...

Team Foundation ServerTFS 2010TFS Basic
Oct 20, 2009
0
0

TFS 2010 server licensing: It’s included in MSDN subscriptions

Buck Hodges
Buck Hodges

[UPDATE 2/10/2010]  You can now get the official Visual Studio 2010 Licensing whitepaper, which also covers TFS, Lab, and IntelliTrace. That is the best resource for understanding the licensing. Another big piece of news with the release of VS and TFS 2010 betas yesterday is the changes to TFS licensing for 2010 that make it ev...

Team Foundation ServerTFS 2010TFS Basic
Oct 19, 2009
0
0

Where is TFS Basic?

Buck Hodges
Buck Hodges

TFS Basic is not a separate download.  It’s just a choice in the TFS configuration wizard.  So to get TFS Basic, you download the regular Team Foundation Server installation, either 32-bit or 64-bit (yes, TFS now supports 64-bit Windows natively), and then run setup.exe.  After the MSI (installation phase that more or less just copie...

Team Foundation ServerTFS 2010TFS Basic
Oct 19, 2009
0
0

Team Foundation Server 2010 Beta 2 is now available!

Buck Hodges
Buck Hodges

With Soma's announcement today, Visual Studio and TFS 2010 Beta 2 are now available for download for MSDN subscribers.  The most exciting part of the TFS 2010 Beta 2 release is the debut of TFS Basic.  Brian Harry describes TFS Basic in detail in a post called TFS 2010 for SourceSafe Users.  Don't think about it as just for SourceSaf...

Team Foundation ServerTFS 2010vsts2010
Nov 7, 2007
0
0

How to list the team projects created with a particular template in TFS 2008 or 2010

Buck Hodges
Buck Hodges

This question came up on an internal discussion, and I thought the answer would be useful to post. Question How we can find the list of projects created with the a particular VSTF template in TFS 2008 or 2010? In TFS 2005 we can find out programmatically as well with the query but in the new version we are not able to do so. Answer Sa...

Team Foundation ServerTFS 2010TFS API