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...
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
...
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 ...
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...
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?
...
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...
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?
...
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 ...
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.
...
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...
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...
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...
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...
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...
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 ...
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. ...
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.
...
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...
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 ...
Can you combine TFS 2008 with a build server running Visual Studio 2010?
...