Showing tag results for Team Foundation Server

Jun 25, 2010
Post comments count0
Post likes count0

Understanding changes in reporting in TFS 2010

Buck Hodges

Sunder Raman, a program manager for TFS, has written a series of posts on the changes to the warehouse and the cube for 2010. Reporting Cube John Socha-Leialoha, a developer on TFS, wrote a series on upgrading your reports. If you are interested in writing your own warehouse adapter, you...

Team Foundation ServerTFS 2010
Jun 15, 2010
Post comments count0
Post likes count0

Posts on using the new team project collection APIs

Buck Hodges

Taylor Lafrinere, a developer on Team Foundation Server who wrote a significant part of the new core server infrastructure APIs, has written a series of posts explaining some of the different parts.  If you have other parts of the API that you are interested in, be sure to leave a comment on one of his posts.Here are a few of his posts to get ...

Team Foundation ServerTFS 2010TFS API
Jun 7, 2010
Post comments count0
Post likes count0

TFS 2010 version control upgrade bug in handling labels, merges

Buck Hodges

UPDATE [6/12/2010]  The patch is now available on MSDN Code Gallery here.  You must install it after you complete the MSI setup portion (the files need to be on the machine and registered in Windows first) and before the upgrade wizard (it’s the upgrade process, not setup that needs to be patched). -- We discovered a c...

Team Foundation ServerTFS 2010
May 27, 2010
Post comments count2
Post likes count0

Customizing Team Foundation Server Project Portals

Buck Hodges

Phil Hodgson, a developers on TFS, published a new whitepaper that explains how to customize and get the most out of your dashboards in TFS 2010.  Check it out! Customizing Team Foundation Server Project Portals Phil Hodgson, Microsoft Corporation May 2010 This article describes important concepts about project portals for Microsoft...

Team Foundation ServerTFS 2010
Apr 23, 2010
Post comments count1
Post likes count0

TFS 2010 Power Tools are now available!

Buck Hodges

Here is the first full release of Power Tools for TFS 2010!  Previously we had released versions for beta 2 and RC.  With this release the focus was to have parity with the 2008 power tools and fix bugs.  We’ll be adding new power tools in the next release (no date yet). TFS Build Extension Power Tool  is an exciting ...

Team Foundation ServerTFS 2010
Apr 23, 2010
Post comments count0
Post likes count0

How to see the TFS server calls made by the client

Buck Hodges

Back in 2006 I wrote a post about a performance dialog that lets you see all of the calls made by the client.  It works with Visual Studio (devenv.exe), TFS command line (tf.exe), TCM command line (tcm.exe), Test Manager (mtm.exe), etc. It’s still in the product in 2010, and it’s as useful as ever if you are writing code that talks to TFS, an...

Team Foundation ServerTFS 2010TFS API
Apr 14, 2010
Post comments count0
Post likes count0

TFS 2010 has shipped!

Buck Hodges

Monday was the official launch for the TFS and VS 2010 releases!  I highly recommend upgrading from TFS 2005 or TFS 2008 to TFS 2010.  The number of new features in TFS 2010 is very long, and there are lots of posts on them.  One of the most exciting is that you can install TFS on a client OS (e.g., Windows 7) using SQL Express 2008....

Team Foundation ServerTFS 2010VSTS
Feb 15, 2010
Post comments count0
Post likes count0

Visual Studio 2010 Licensing Whitepaper is now available

Buck Hodges

I’ve posted before about TFS licensing, and the official whitepaper was finally released last week.  The document covers Team Foundation Server as well as all of Visual Studio.Visual Studio 2010 Licensing WhitepaperTechnorati Tags: visual studio 2010,team foundation server 2010,vs,tfs

Team Foundation ServerTFS 2010
Feb 11, 2010
Post comments count0
Post likes count0

TFS client API changes from Beta 2 to RC

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
Post comments count0
Post likes count0

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

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