tfs

How do I change the TFS server in and Excel worksheet that's pulling data from a query

Hello, I have an Excel spreadsheet that uses a TFS query to pull information on work items. I've created a lot of other formulas and charts based on this spreadsheet. My TFS server changed names and now the spreadsheet can't pull the information because the server no long exists. The query on the new server is the same, I just need to fi...

Incremental Builds, with Version "Bumps", in TFS 2008

I need Team Build to provide version numbers while performing an incremental build. I need this for both .csproj and .vcproj files. How do I do this? Evidently Jeff Atwood provided the solution for .csproj projects at a link that no longer works: blogs.vertigosoftware.com//teamsystem/archive/2006/07/06/Adding_the_Build_Number_to_your...

Is it possible to update tfs metics like code churn, code coverage, last to break the build with Team City?

We've been using Team City as our build deployment server. We'd like to now update the metrics in tfs like "Code Churn", "Code Coverage". Is it possible to do this with TeamCity or do we just need to start using the tfs build server? ...

How to select correct app.config file at build time in TFS?

Our Team Foundation Server has to build three different versions of the same solution. The only difference between them is the app.config file which should be changed for each build. How do I select correct file during the build? What I want to do is switch app.config file and then build, repeat for each file. Ie: <Replace file="app.co...

Team Foundation Build under Mono

Hello, I'm currently looking at which build server we should run up for a multi-platform development (targeting .NET on Windows and Mono on Windows/SUSE). We use TFS (2010 RC) for all other aspects of the ALM, and we need to get continuous integration in place. I'm drawn to TFS because of its integration with the rest of the ALM, and ...

In TFS how do I pull all the items that were assigned to me between certain dates in the past?

I am trying to figure out the way to pull all the items that were on my plate between certain dates. Is this possible? Could you please help me to figure out how to write a query for that? Thanks. ...

What advantages does TFS 2010 have over Axosoft OnTime?

I am currently creating a business case for rolling out TFS 2010 as our source control and bug/release management tool. We currently use OnTime for our bug tracking software and subversion for our SCM. I was wondering what advantages TFS 2010 has over OnTime? I have done some thinking so far and would love to hear responses: TFS 2...

TFSBuildService : Access Denied & Program too big to fit in memory

I'm trying to install Team Build (2008) on a different Build Server (BS) to the Application Tier (AT). BS is a 32-bit Windows 2008 server (as is the AT). They are on a corporate domain. The EXE in question is C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies> TFSBuildService.exe The service on BS cannot start...

TFSBuild/MSBuild and Project Reference vs File Reference

We Have a large VS solution using project references which is build by TFS Build like so: Solution - Project 1 - Project 2 - Project ... - Project N Because the solution is too large we have several smaller solutions which we use day to day: SubSolution - Project 1 - Project 19 The problem is that developers working on SubSolution ...

Background search for changes in TFS source control

SourceGear Vault's client app has the ability to background search for changes. This is very useful because at any time I can take a quick peek and see what changes my team members have checked in and that I need to get latest on. This is also helpful for previewing any merges that might be necessary. And on a day to day basis, it helps ...

Can I distribute Microsoft.TeamFoundation.WorkItemTracking.Client

I made an application (called WI Assistant) that is a TFS Application. I got a bug report with this error: Could not load file or assembly Microsoft.TeamFoundation.WorkItemTracking.Client. I assume that they don't have this because they don't have Team Explorer installed. Can I package that DLL up and distribute it with my app? Or ...

TFS Customer Web Interface

Is there any TFS Customer Relationship Web Interface available (like CodePlex) which enable customers to follow project progress with Bug Tracking (WorkItems), Discussions, Documentations, Release Upload etc.. EDIT: TFS Web Access has not enough features for that purpose ... ...

Using a separate version control system for changes when main version control is not accessible

Hi folks. Here is my situation: The project I'm working on right now uses a version control system (Microsoft Team Foundation) that's hosted and managed remotely by the customer. I am in charge of doing a massive refactoring/bugfixing after somebody who left a horrendous mess of code behind. Due to several reasons tha...

WMI Security error TF255437 when installing TFS 2010 RC

Does anyone know the resolution to the following error. In this scenario, TFS will be using a local report server instance which points uses a separate SQL Server database engine instance. An error occurred while querying the Windows Management Instrumentation (WMI) interface on the following computer databaseServer. The foll...

Release Note Management for .NET Applications

My team uses TFS for source control and continuous integration. I'd like to come up with a nice, clean way to show release notes to end users each time we deploy. I'm curious what others are doing to manage release notes in an ASP.NET / TFS environment. ...

TFS 2008 and Common libraries folder structure.

TFS 2008 and Common Libraries I have created a Team Project called "Common Library" that will host code used in numerous different Team Projects throughout TFS. For sake of argument, lets say we have 2 distinct Librarys under the "Common Library" Team Projects, MailProject and LoggingProject. Other projects throughout TFS will be using...

IBM's RTC and Microsoft's TFS 2010

What in your view are the most important differences? Need to make an expensive decision... Information: We have both Java and .NET Projects (few more .NET) Very interested in project life cycle management. Migrating from ClearCase ...

TFS 2010 RC: How to fail a build for low code coverage?

How can I cause a build to fail when code coverage is below a certain threshold? ...

Can TFS Work Item Icons be Changed?

How can you change the icon that represents a work item type in TFS Web Access? For instance, a bug appears as a page with a red squiggly line, while a task is a page with a red check mark. These look a bit too similar to us, and we'd like to differentiate them with different colored icons. I suppose we could replace the image on the ...

How can I tell if SP1 has been installed on Team Foundation Server 2008?

How can I tell if SP1 has been installed for team foundation server 2008? ...