0
votes
3answers
62 views

how to stop checking out automatically in tfs when source is edited in VS 2010

I am new to tfs. I am checking out a file by right click and check out in solution explorer. But if try to alter the any file it is automatically checking out. how to prevent this ? And i need to set ...
0
votes
0answers
132 views

.Net 4.5 - TFS2010 connection over HTTPS error TF31003

We have TFS2010 SP1 installed on a box and when i connect team explorer using http://myserver:8080 from office it works. When I connect from home using our external URL(https://tfs.extserver.com) i ...
0
votes
0answers
63 views

how to associate/relate one impediment with multiple tasks in tfs

currently, I am having multiple tasks which are stucked up due to impediment. These are all different tasks with different parents. Do I need to create the impediments again and again in each task? ...
1
vote
1answer
276 views

TFS express edition - installing on a server or local machine?

This is how we have TFS express edition set up among 5 developers. We have our lead programmer install TFS 2012 Express edition on his machine. That comes with an install of SQL Server Express 2012 ...
1
vote
1answer
927 views

TFS Build doesn't download missing NuGet packages

I've been trying to setup my build server (Team Foundation Service) to automatically download 3rd party libraries and successfully build, but I don't know how to do this. Is there a way ?
0
votes
1answer
43 views

Visual C++ Migration from visual studio 2008 tfs to 2010 tfs and from net framework 3.5 to 4.0

I have a visual c++ project in visual studio 2008 and NET Framework 3.5. Now, I have migrated into visual studio 2010 and .NET Framework 4.0. Once converted, I see that some external dependencies ...
1
vote
2answers
132 views

TFS 2010 File/Project Structure

I am currently working with a source tree that has one sln file housing all the WebApps, WinServices, WebServices, Console Apps and Common libraries (Business entities, custom controls etc). The file ...
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 ...
2
votes
3answers
89 views

Does canceling get latest version works in TFS?

I have chosen to get latest version from a TFS connected solution, and pressed cancel, is this operation transactional, I mean is canceling get latest version command cancels the whole operation or ...
0
votes
1answer
105 views

Unauthorizedaccessexcception when copy work item from a team project collection to another

I've a problem when migrate work item between two projects in two separate team project collections like below: I used TFS SDK to collect work item from source project and copy to target project by ...
0
votes
1answer
212 views

TFS 2010 Unit Test fails on build machine when calling System.Reflection.Assembly.Load

Using TFS 2010 and vs 2010: When kicking off a build on the build machine, Unit Tests failing are with a System.IO.FileNotFoundException when trying to do a System.Reflection.Assembly.Load. If i ...
0
votes
0answers
231 views

Team Foundation Server 2010 Wiki [closed]

I've just been given a business requirement to install TFS 2010, and a Wiki. Does anyone out there know/have experience in installing a Wiki plugin to TFS? Or is there an inbuilt tool that allows Wiki ...
2
votes
1answer
436 views

increment version number in versioninfo in tfsbuild CI

I have a c# web solution and I am in the process setting it up in TFSBuild 2010. As I am new to this, I require assistance as to how I can achieve certain tasks. Any assistance with this would be ...
1
vote
1answer
148 views

TFS 2010 Get Latest Resolve Conflicts

I'm currently using TFS 2010 for source control, but I'm having some weird issue. What happens is say Developer 1 checks out some files, makes some modifications and then checks them in. Then when ...
0
votes
0answers
23 views

How to install custom diagnostic data adapter during lab deployment

I've implemented a custom diagnostic data adapter which I'd like to deploy to a lab environment during a Build-Deploy-Test workflow. The ideal scenario (as I understand it) is to create a snapshot of ...
1
vote
0answers
55 views

TFS build throwing error of missing reference of GAC assembly

I have created build script for my project. Project refer to the dotnetCHARTING DLL from GAC. After initiating the Build on TFS am getting error's related to dotnetCHARTING. Is there any way I can ...
1
vote
1answer
448 views

Check in selected files in TFS programmatically

I want to check in files to TFS, but not all in my pending changes. PendingChange[] changes = workspace.GetPendingChanges(); workspace.CheckIn(changes, ""); In this way i check in all my files. But ...
0
votes
2answers
387 views

Check out and check in programatically using TFS API

We would like to check out and check in programatically using TFS 2010 or possibly 2012. The catch is this: it has to be done without a local workspace. Why? The "check out" and "check in" button ...
2
votes
3answers
127 views

It's possible that Team Foundation Server Version Control support external repo like git

I'm investigate about ALM and Agile ALM, and I did worked with git, mercurial and subversion in the past. Recently I was working with TFS and I have a question about if TFS suport like in git ...
2
votes
1answer
251 views

Checkout the files in a changeset to my local workspace

I am looking into a tf.exe commands that will allow me to checkout all the files to my local workspace from a checked in changeset id. So I can move the changeset from one branch to the other? Is ...
1
vote
0answers
70 views

Get code model from c++ file checked out from tfs

I'm currently building a checkin policy plugin which performs some static code analysis based on the VCCodeModel code model from the VS sdk. I can get the code model from an active document in a ...
0
votes
1answer
499 views

Steps to setup a new project using Visual Studio 2010 and Team Foundation Server 2010

I've been hardly searching info about working with VS and TFS, but after surfing a lot of webs and reading various blogs, I'm a bit confused about the steps I should follow to setup a new project. I ...
0
votes
0answers
137 views

Clean pending changes “ADD” in VS2010 TFS 2010 in One Click

I know this question is asked many times on this portal. Like this: Clean pending changes "ADD" in VS2010 TFS 2010, How do i remove files from the Pending Changes list in TFS when those ...
1
vote
2answers
3k views

Retrieving work items and their linked work items in a single query using the TFS APIs

Does anyone know if it is possible to retrieve a list of work items and their linked work items in one trip from TFS using their TFS API web services? At the moment, we are having to make a second ...
0
votes
1answer
96 views

TFS building Resx file is using higher .NET Framework version

I have compiled a class library that uses v.2.0 System.Drawing and it is used in an ASP.NET v3.5 web site. When I compile the class library using Visual Studio 2010, I can use the DLL in my site ...
0
votes
2answers
269 views

MSBuild Copy task issue

the problem I face is my target 'CopyBuildFiles' does not copy as I think it is unable to find the build folder. The build folder is defined in the property $(BuildFolder), this folder name is created ...
1
vote
1answer
257 views

Using TFS with VS2003

As per Microsoft Pattern & Practice blog its recommended to use MSBee. To build a .NET 1.1 applications with Team Build • Upgrade your .NET 1.1 solutions to .NET 2.0. You can do this by opening ...
1
vote
1answer
193 views

Can we migrate MKS 2009 to TFS 2010? If yes how and what tools are available?

I have got a task to migrate MKS Integrity to Team Foundation Server 2010 for some client. I am new to both of them. I am familiar with SVN and clearcase and have used them for 2.5 years each. I ...
1
vote
3answers
223 views

Get TFS server details associated with a file

I have a file which is under a TFS source control. Is there any way to get the associated TFS details, if we have full access to that file. Thanks
5
votes
1answer
205 views

CheckInGatedChanges Activity Location In Build Workflow

The default build template has the CheckInGatedChanges activity ("Check In Gated Changes") being ran outside of the AgentScope activity ("Run on Agent"). Is there a reason for this? Or rather, could ...
0
votes
2answers
74 views

In TeamBuild 2010, is it possible to do Gated Check-ins in a .NET/VB6 build environment?

I'm interested in using the Gated Checkins in my build process however I have .NET code and VB6 code. Will Gated Checkins work with both sets of code?
2
votes
1answer
344 views

MSTest fails with error message 'Results file does not exist. Publish failed'

We are using TFS 2010 to build our solutions and run unit tests (MSTest). Everything used to work fine and our builds succeeded when all unit tests passed. However, after updating our test projects ...
1
vote
2answers
226 views

How can I find the latest build in the BuildDrop location?

I've defined a build in TFS 2010 with a drop location like "\server\BuildDrop\". When I queue the build, it drops the build in something like "\server\BuildDrop\MyBuild\MyBuild_20120309.1". I'd like ...
2
votes
1answer
214 views

Dll is Published site, but missing in Build

Should be a tiny issue of something overlooked, but I have been stuck on this one since days now and need some pointers here. We are on .NET 3.5, VS2008 and TFS 2010 I have a ASP.NET Web Site ...
0
votes
1answer
122 views

Use cruisecontrol just to copy code in folders, AFTER build

We have an ASP.NET application, on .NET 2.5, VS2008 and TFS 2010. We use TFS for builds and the builds get dropped to a build folder. After a Build happens, we need to manually copy the code from the ...
1
vote
2answers
460 views

How do I make TFS automatically delete older versions of files?

I have a Team Foundation Server which has limited disk space available. In order to maintain it I need to delete older versions of the files that it stores. Ideally, I would only want it to delete ...
1
vote
1answer
61 views

TFS Setup Guidance for Source Safe User - How to Layour projects/collections

We have recently installed a new TFS server and are going to start using it for all new projects. We are currently using MS VSS and have the current layout for our projects folders. Level 1 Folders - ...
1
vote
1answer
435 views

CCNet 1.5 with TFS 2010 - solution file never checked out from source control

I am new to CruiseControl.Net but have spent a couple of days setting up a CCNet 1.5 server and it is almost working but there is a problem which I am struggling to understand. We use Team Foundation ...
2
votes
2answers
1k views

Why do Tracker.exe response file errors still occur when TrackFileAccess is turned off?

I am using TFS 2010 and trying to build a .NET 2.0 project on either of two Windows Server 2008 (x86) build machines. The build machines have .NET versions 1.0, 1.1, 2.0, 3.0, 3.5, 4.0, and Windows ...
1
vote
1answer
588 views

TFS 2010 work item - Work item links

When a user opens a bug from a test case, I need to check if the test case is linked to a requirement item and if so I need to link the bug to the requirement item. How can I know this information? ...
0
votes
3answers
467 views

External Dlls not getting dropped by TFS

We have a shared build server running TFS2010. We use VS2008 solution(soon planning to upgrade to VS2010) at the moment. Our ASP.NET 3.5 solution has some external dlls which are placed in our ...
1
vote
2answers
707 views

How to get all unmerged changesets for a branch using TFS 2010 SDK?

Currently I have 2 branches - Development and Release. Is it possible to obtain all unmerged changesets from Development to Release? Currently we use the default Merge Wizzard. However it has one big ...
1
vote
2answers
537 views

Team Foundation Server 2010 broken after service account password change

Team Foundation Server 2010 is installed in a server which is member of a domain. Both domain controller and member are Windows Server 2008. Today, the Windows Server where Team Foundation Server is ...
6
votes
1answer
113 views

Modeling project woes

In our company we have started using VS 2010 to model our systems, in so called modeling projects. These are kept under TFS2010 source control. It's all good for a single user, but as soon as we ...
0
votes
1answer
158 views

visual studio 2010 Pending Changes filter by file extension

I have almost 776 files have been edited in auto upgrade from vs2008 to vs2010. Is there a way i can filter my pending changes by file type. So i can revert specific file type which was not needed. ...
2
votes
3answers
1k views

TFS Changing the Build Agent Working Directory

I'm getting the same kind of error as described here. I'm running in to the file name limit of windows in TFS Build. The answers to this question suggest redefining the build agent working directory. ...
0
votes
2answers
323 views

Get specific changeset after multiple check-ins in TFS

Problem is we had done some changes and check in the code and build was created successfully, two other team members checked in code which contained lot of files and the build started failing. Now I ...
1
vote
3answers
2k views

Cant connect to TFS 2010 in another domain

I have domain A and domain TEST. I have a test server on domain test. I installed succesfully TFS on that server. I added users from domain TEST,(our prod domain), to the tfs server. I added them as ...
3
votes
1answer
2k views

How to retrieve list of child tasks from a Product Backlog Item in TFS API?

Given a certain product backlog id, I want to programmatically retrieve a list of tasks that are child to the PBI. I am aware that there's not one field in the task that says "Parent PBI Id". I have ...
11
votes
3answers
7k views

Upgrade TFS 2010 to TFS 2012 and Quarterly Updates

Currently our company is using Team Foundation Server 2010, and we have quite a bit of source code in our repositories. Although I am not a big fan of TFS, we are still continuing to use it. I do ...

1 2 3