Team Foundation Server 2010 is a complete Application Lifecycle Management (ALM) suite, offered by Microsoft. TFS combines activities such as Source Control Management, Bug Tracking, Requirements Management, Project Management, Build Management, Test Management, Lab Management and Reporting into a ...

learn more… | top users | synonyms

4
votes
0answers
397 views

TFS2010 with VS2012 workflow build process templates

It's known that Visual Studio 2010 works extremely slow with build process templates using Visual Designer for editing the XAML file (more info at: Why is the Workflow Designer so extremely slow when ...
3
votes
0answers
64 views

How schedule nightly email of TFS query

I have a TFS 2010 query I wrote. From web portal I can run query then select "Email all work items as a list" from the Tools menu. This email is perfect. Is there any way to get this scheduled to run ...
3
votes
0answers
178 views

Deployment of DB TFS MSBuild

I have the following problem deploying our ASP.net Webproject. The Deployment just runs fine. I'm using TFS 2010 and deploy the application through the msbuild arguments (/p:DeployOnBuild=True etc.). ...
3
votes
0answers
357 views

Visual Studio 2010 Freezes when using TFS

When I try to perform most actions in TFS or a project using TFS, such as add a file to the project the main interface freezes. I have looked at the call stack, and it appears to be in a deadlock ...
3
votes
0answers
304 views

Work Item Tree Hierarchy

I have a mdx query to the TFS OLAP like this: SELECT [Work Item Tree].[Work Item Tree Hierarchy].&[269] ON ROWS, {[Measures].[Work Item Count], ...
3
votes
0answers
150 views

Sync TFS Group from MS Project to TFS

Is it possible to synchronize a work item in a project plan in MS Project that it's Assigned To field is set to a TFS group? I know this works with AD groups, for instance: Assigned To: ...
3
votes
0answers
219 views

Pex error during the team build ( TFS 2010 Build )

We have been using pex and moles for unitest with TFS2010. Lately the pex and moles started to crash randomly during the test run. We couldn't reproduce this error on developer machine. Crash only ...
2
votes
0answers
25 views

How to delete team project folder from source control?

I created folder with VersionControlServer.CreateTeamProjectFolder: var connection = new TfsTeamProjectCollection(new Uri("http://my-tfs-serv:8080/tfs/DefaultCollection")); var vcs = ...
2
votes
0answers
146 views

Add hours during check-in process

In TFS workitems we have several fields for tracking time: Original Estimate, Remaining Work, Completed Work I'd like to add an option to add completed work hours on check-in. Currently default ...
2
votes
0answers
183 views

Selenium and TFS Test cases Datasource

I am usimg VS 2010 Professional.And want to connect the TFS Testcase datasource without using MTM(Microsofot Test Manager).Is it Possible to do so. ...
2
votes
0answers
344 views

How to solve TFS error TF246021 and SQL Server error 500200 while checking in?

I'm trying to check in a file, and one file (one and only one file) has a problem while being checked in. This file has been deleted many times and undeleted (due to a conflict in architecture and ...
2
votes
0answers
68 views

Notion of a branch in TFS_Warehouse

I'm trying to enhance the following query such that it returns all change sets on a specific branch. Unfortunately, I can't seem to find the notion of a branch in the warehouse. SELECT ...
2
votes
0answers
130 views

Referencing 3rd party libraries and headers on a TFS build agent

Until now our teams worked with VSS and we are in the middle of process to move to TFS2010 and VS2010. Most of our code is C++ and we use a lot of 3rd party libraries such as Boost, OpenCV, OpenSSL ...
2
votes
0answers
553 views

TFS 2010 WorkItem Client - Method not found exception

I have deployed a custom TFS eventpoint to our production webserver. The server does not have the TFS sdk installed so I had to find and bin deploy all dependant dlls. For some reason, when the ...
2
votes
0answers
78 views

Team foundation build service new agent

I accedently removed 2 build agents on the server. I added them again in the administration console (and connected them to the same build controller again). In the properties of my build I checked ...
2
votes
0answers
364 views

TFS 2010 custom reporting SQL query to list all active branches per Release (branch name) & Project within a collection

Ever since I started to work with TFS 2010 (through VS 2008 if it matters) and was tasked with producing administrative reports, I have had a lot of challenges. I know that there is an API and the ...
2
votes
0answers
143 views

Dont understand Category Filter in Build Definition

I've got 2 test categories "A" and "B". I want the build definition to ignore both of them, so I entered the following into the Category Filter: !A&!B Result: MSBuild will ignore all Tests ...
2
votes
0answers
108 views

Parent property of ITestSuiteBase always returns null

We have an requirement where we are using TFS & MTM SDK we need to retrieve the test suites information. As part of the requirement I will get the test suite id and using this I should be able to ...
2
votes
0answers
242 views

mage.exe fails to update manifest

we use TFS 2010 and msbuild. When we build a new test version of our click once application the following command is executed on the build server: mage.exe -u "our.app.manifest" -if green.ico -fd ...
2
votes
0answers
125 views

TFS goes hang while taking latest file

We have TFS 2010 on our server. We have one large project around 900 MB because of many images and other resource file. Now when someone is open it in local visual studio and try to get latest files ...
2
votes
0answers
499 views

SQL Server database project: Error MSB4018 “SqlDeployTask”

To start I have already referenced the following posts VS2010 Database project deploy - "SqlDeployTask" task failed unexpectedly, NullReferenceException ...
2
votes
0answers
106 views

Team Foundation Server build issue

I have problem with Team Foundation Server 2010 and Visual Studio. When I'm in offline mode the project builds very quickly but when I'm in online mode with TFS my project builds very slowly. When I ...
2
votes
0answers
471 views

Separate console application project outputs in TFS drop folder, similar to _PublishedWebSites

I have a large solution with 10+ web applications and 10+ console and windows service applications. When building All.sln, in the drop location, i've got single folder with all console application ...
2
votes
0answers
390 views

TFS - tools to edit email template of build notification

Are there any tools available, which gives a wizard to edit the email format for the notifications sent after build done by TFS. i tried to find out how to edit email format for project alerts. and ...
2
votes
0answers
415 views

Have TFS 2010 Build server publish to the same folder and overwrite

I've been looking for ages and I'm so exasperated because what I want to do is theoretically so simple! I have a web project and when I tell my TFS to queue a new build I want my published files(or ...
2
votes
0answers
451 views

TFS 2010: How to create BuildDetail Links that can be displayed in a webbrowser?

public class AddHyperlinkToBuildOutput : CodeActivity { [RequiredArgument] public InArgument<IBuildDetail> BuildDetail { get; set; } [RequiredArgument] public ...
2
votes
0answers
453 views

TFS 2010 - exclude specific files on deploy, based on environment?

Using VS 2010 and TFS 2010. Is there a way to exclude certain files from a build definition / deploy, based on the environment that I am deploying to? The primary purpose of this is to exclude a ...
2
votes
0answers
165 views

Error TF255217: TfsIntegration extended properties, while trying to upgrade from TFS2005

I am trying to import TFS 2005 into TFS 2010 using tfsconfig import command. When running the command I receive error TF255217: The specific database (TfsIntegration) is not upgradable. After ...
1
vote
0answers
76 views

TFS 2010 - VersionControl.config is not valid and cannot be loaded

Recently, we experienced a strange problem with TFS 2010. We spent a few days before we figured it out. Just want to share my knowledge on the problem that might help other people. It was working ...
1
vote
0answers
88 views

Visual Studio 2012 keeps losing connection with TFS 2010

I'm working with Visual Studio 2012 and when I wanted to check in my pending changes (on TFS 2010), all of sudden VS loses its connection with TFS and says (on the Team Explorer window): "HTTP Code ...
1
vote
0answers
111 views

How to use StyleCop checkin policy with VS2012 TFS2010

I am using Visual Studio 2012 with TFS 2010, I want to use StyleCop checkin policy but it doesn't work. I have installed StyleCop, StyleCop Check-In Policy for TFS 2010 and Team Foundation Power ...
1
vote
0answers
32 views

Publish result for multiple test suites

I need to publish the result using from .trx file using tcm command I am able to publish using following command: tcm run /publish /suiteid:1350 /configid:11 /collection:http://tfs2010 ...
1
vote
0answers
52 views

How to completely delete TFS backup plan

TFS backup plan has become corrupt. When I try to recreate the backup plan I get "Object reference not set to an instance of an object." How do I completely delete the backup plan and start from ...
1
vote
0answers
281 views

deleting a file in the solution explorer does not delete if from TFS

In Visual Studio 2012 when I delete a .cs file (press the delete key while the file is selected) in the solution explorer it will checkout the .csproj file, delete the reference to that file there and ...
1
vote
0answers
49 views

Visual Studio Work Item Editor Interface Corruption

Has anyone ever seen behavior like this in the Visual Studio 2010 Work Item editor, and found a solution: The odd outlining of the upper controls is not a big deal, but the lower sections consist ...
1
vote
0answers
129 views

Build controller randomly gets unavailable, and has to be restarted manualy- TFS2010

Our problem is sometimes when we queue a new build with ours cuid tests the build controller gets "unavailable". Then we have to login on the build controller server and restart the service manualy in ...
1
vote
0answers
37 views

team foundation 2010 read only workitems user account mismatch

I am trying getting ready to move my TFS 2010 database for the third time to its final perminent server, however, I am running into a very annoying user issue. When I restored the new system as a test ...
1
vote
0answers
77 views

Export or Copy TFS 2010 Team Project and Collection Groups to different Collection and Project

I am trying to determine if there is a way to either export/import Collection and Project Groups or copy them to a different Collection and/or Project. I know for our test setup I can copy the ...
1
vote
0answers
121 views

Running Async Task unit tests with TFS 2010

I am writing an application that is written in VS 2012 targeting .NET 4.0 using the Async library. My auto builds run on a TFS 2010 build agent that has VS 2012 and .NET 4.5 installed. I read ...
1
vote
0answers
65 views

When I deploy, the mht file does not get copied across

When I deploy my project the help file with the mht extension does not get copied across to the drop folder with the rest of the project. Why is this, and how do I fix it? I am using tfs 2010.
1
vote
0answers
447 views

MS Project 2013 and TFS 2010 integration

I am trying to import TFS items to a MS Project file. It works perfectly for almost all use cases except the case when "Duration" field is empty or less than 1. So, as a result I cannot import not ...
1
vote
0answers
97 views

TFS checkin with mandatory comment field and TFS SDK query

I want to do following things using TFS SDK. I would like to implement the Checkin policy so that comments while check-in the file should be made mandatory and once checkin done, I want to get and ...
1
vote
0answers
117 views

TFS x Configuration Management (CMMi)

I'm working currently with the TFS SDK 2010, but I'm unable to achieve the following: For each project: - create (on the server) specific folders (1st level) - create a set of groups - for each ...
1
vote
0answers
701 views

TFS 2010: Change 'Work Item' type from 'Product Backlog Item' to 'Task' - how to?

I want to change the type of a 'Work Item' in TFS 2010: I entered a Work Item to the Product Backlog (we're using a Scrum template), and then I entered several 'Child' tasks, but I entered them as ...
1
vote
0answers
26 views

Already executed Unit-Tests in MTM 2010

I have build VS 2010 Solution with tests and everything is OK. Now, while bringing these automated tests in MTM 2010, SHOULD I execute thhem again ? I could not see that they are already executed ...
1
vote
0answers
102 views

Can't change notification url on team foundation server 2010 to domain name

Here is a bit of background on the setup: I have a server called "File-Serv". I have an NS entry that redirects clients.mydomain.com to the ip address of the modem which in turns forwards the ...
1
vote
0answers
157 views

How to use SSIS Excel Destination to populate a spreadsheet stored in TFS?

In Excel, I have connected to my Team Foundation Server (TFS) Team Project by selecting the following options. Team -> New List -> Connect -> Input List Now, I have an empty table that I ...
1
vote
0answers
32 views

Can we update a TFS label with the changes made for **files** based on the change set number

Can we update a label with the changes made for files based on the change set number? Say I have checked in 2 files, currently i am opening the label adding the individual files. Is there a way to ...
1
vote
0answers
53 views

Receiving error TF277003 when trying to update TFS 2010 project to 2012

When trying to update a TFS 2010 project to 2012, I'm receiving the following error: TF277003: Cannot add more than one upgrade process template from team project. Can anyone point me in the right ...
1
vote
0answers
58 views

Handle multiple TFS for one solutions

Currently my solution connects to Client TFS.we have onfigured new TFS server in our organisation.so is it possible to connect the same solution to both TFS server.? While check in or get latest, i ...

1 2 3 4 5 14