tfs2008

TFS 2008 Not Sending Email Notifications

I am trying to get TFS 2008 to send me email notifications - primarily when a build fails. I have tried right-clicking on the project in Team Explorer, choosing Team Alerts and I have checked the "A build completes" item. It has my correct email address in the "Send to" field. I have also tried using the "Alerts" node that comes with Pow...

How to store the stored procedures in TFS

HI all, Iam using VS2008 and SQL2008 i want to access my stored procedures in VS2008 TFS so please tel me the steps to do it. Thanks in advance ...

Integrate Silverlight Unit Tests in TFS Build

Hi, We have been creating silverlight unit tests by creating a plain vanilla .net unit test project, removing all references except for the unittestframework one, and then adding references to the SL assemblies we need (system, System.Core, ...). For more information, look at this blog post. We can do this, as we are adhering to the ...

Can do I use TFPT 2008 with VS2005/TFS2008?

We have TFS 2008 but use Visual Studio 2005. I would like to use some of the features from tfpt.exe 2008 but when I try to install tfpt, it will not install the commandline tool. My guess is that it won't install it because I don't have Visual Studio 2008. Can anyone confirm this? Does anyone know how to get around this? Since we us...

TFPT unshelve & Migrate: What is the Base version for merging?

I am trying to use tfpt unshelve /migrate to unshelve my shelveset on to a different branch. When it does the unshelve, it also attempts to merge the file with the file in the target branch. I do not understand where its getting the base version of this file. Can anyone tell me what version is base? ...

How to undo another user's checkout in TFS via the GUI?

As the resident TFS admin, on occasion I am asked to undo a checkout (usually a lock) that a user has on a certain file. This can be done via the command line using the TF.exe utility's Undo command (see http://msdn.microsoft.com/en-us/library/c72skhw4.aspx), but that's kind of a pain. Is there a way to undo another user's checkout via...

How to undo another user’s checkout in TFS?

As the resident TFS admin, on occasion I am asked to undo a checkout (usually a lock) that a user has on a certain file checked into source control. How do you undo another user's checkout? ...

No link to the test results in the Build Results reports in TFS 2008

Is there a way to display the test results on the build results page returned by Build.aspx page? Because right now you only get to see the total number of tests and the number of failed and passed tests as in the sample: Result details for Any CPU/Debug 0 errors, 90 warnings, 12 tests total, 4 tests passed, 8 tests failed Errors and ...

add users to team foundation server 2008 using TFS SDK

How to add users to team foundation server 2008 using TFS SDK? I want to add these users to the contributors group of 1 of my team projects. ...

Problems with Copy Target in TFSBuild.proj

As part of my TFS (2008) build I want to manually copy the binaries and Views of an ASP.NET MVC project to a number of different locations. All existing binaries and views are copied successfully. Unfortunately, however, any newly added views are ignored during their first build. If I then start another build, they are included. Here is...

TFS build 2008 - BuildNumberOverrideTarget DependsOn not executing in correct order for initial build

Hi, I've created a tfsbuild.proj file that builds a release version of my solution and in it I have created a custom target for BuildNumberOverrideTarget that handles custom versioning. I store the version number in a file location in TFS and the custom task will get the version number, check out the assemblyinfo.cs files, edit the vers...

VSTS 2k8 crash causes project lock (as in checked out for edit)

Hi guys, My laptop crashed this morning, badly, and I spent most of the day running HDD checks and I'm now back on track, to a degree. Anyway, VS now seems to think that my projects are checked out by source control (I have VSTS 2k8) and will not allow me to add anything to the project. I can open and edit existing files, and even there...

Building select projects only with Team Foundation Build

I’m trying to set up Team Foundation Build and so far it’s running ok with builds, tests and code analysis. My problem is, that I can’t figure out how to build just a subset of the projects included in the solution. I know how to use the configuration manager to create custom solution configuration that will build/deploy a selection of...

TFS 2008 Build Release Note Like Report

I would like to get some visibility of what changes have gone into our TFS build. Is there some way of finding out all of the resolved work items that have gone into the last X number of builds up to a certain date? Could this be done by creating some kind of TFS report or query. If so, has this been done before? [UPDATE] I have disco...

Excluded projects block Team Foundation Build test step

A followup to this question, Building select projects only with Team Foundation Build: I’ve now successfully “isolated” three of the projects in a solution with 20+ projects. One of the three projects is a test project, which contains unit tests for one of the other projects (a class library). Team Build is running fine, just the three ...

Downloading and Uploading process template for a single TFS project

Hi Is there a way to download process template related to one particular project in TFS. I am aware of the "Download" option present at "Team Foundation Server Settings -> Process Template Manager". Scenario 1 I created a project with standard MSF - CMMI process template. But later I added a few reports and custom work item types. ...

How to embed file attachments from TFS work item into SSRS 2008 report

Hi I have a few work items in TFS 2008 with file attachments. I have generated a custom report based on the TFS work item data using ssrs 2008. Now I wanted to embed file attachments (related to the work items) within the ssrs report. How to extract the attachments from tfs database and embed in the report? Thanks. ...

Calling custom C# code from SSRS 2008 report

Hi I want to call a function written in C# from within ssrs 2008 report. Following is a close representation of the actual C# function to be called public void GetAttachment(string serverName) { TeamFoundationServer tfsServer = new TeamFoundationServer(serverName); tfsServer.Authenticate(); WorkItemStore workItemStore = new Wo...

TFS Service Account

We want to change the password of domain\TFSSERVICE and domain\TFSREPORTS. I have found out two links : http://msdn.microsoft.com/en-us/library/bb552178.aspx http://msdn.microsoft.com/en-us/library/bb552344.aspx Could anybody please let me know, is there anything which needs to be taken care? Is there any possibility of complications ...

TFS 2008 and Visual Studio 2010 Question

Can you combine TFS 2008 with a build server running Visual Studio 2010? ...