tfs

TFS 2010 - TF14040 The Folder may not be checked out.

I have a .NET 4 website in VS2010 stored in a TFS 2010 team project. I need to add a reference to System.Data.Linq.dll to the website. I am referencing a LINQ DataContext that is defined in another project and I get build errors saying that I need the reference to System.Data.Linq. I go up to the "Add Reference" menu option and add it...

TFS Build 2008 - Why is everything getting dumped in one folder?

When I build my solution, it dumps all the binaries into one folder. How can I cause it to split up the files by project like Visual Studio does? ...

Custom ordering of series field for stacked chart in SSRS08 TFS

Hi all--I'm having some issues with a report I'm trying to create for TFS work items that creates a stacked chart based on work item state and the cumulative count. I have Sum(Cumulative_Count) as the data field, System_State as the series field and Date as the category field. The problem I'm having is that for this stacked chart to be ...

How to list all the branches in TFS 2008 programmatically ?

Hi, I would like to list all the branches in a TFS 2008 project. Currently, I'm trying to use this: VersionControlServer vcs = (VersionControlServer)tfs.GetService(typeof(VersionControlServer)); But, there's no method like "GetAllBranches()". Is it possible? Thanks! ...

TFS Notifications - change title

On action WorkItemChangeEvent TFS sending an email. Title of maile looks like: [Project] [Work Item Created] [Type of Work Item][Id] [Title of WorkItem] I would like to change this title. Can I do this ? I can't find it in WorkItemChangedEvent.xsl ...

Can't check in due to conflicting changes

I have an issue that means I cannot check in changes even if I resolve the issues. I have removed a form from the solution then created a new form with the same name. Now when I go to check in the form I get the following error: Even if I mark all the conflicts as resolved the check in fails with the following error: All conflicts re...

How can I change the time interval for the generation of reports in TFS 2010?

I installed TFS 2010 just to test, and I have no experience with previous versions. Now, the problem is that I have just created some New Bugs items but when I run the Report "Bug Status" they are not shown. Are these reports created and cached at certain interval of time? Is there a setting that I can change to force the creation of a...

tsql source control using msscci

Hi All, I have the TFS MSSCCI installed, now what? How do I use it to put say like a stored procedure under source control? Thanks, rodchar ...

How do I read these Code Churn numbers on TFS 2010 Build Summary Report?

I am using TFS 2010 Team Build and the related reporting services report Build Summary. Within this report is a Code Churn column. However, the data displayed in this column isn't making any sense to me. In my application I have roughly 10,000 lines of code (it's a fairly new app). However, the code churn gives me a number 57791. Ca...

Authenticating on TFS 2010

Hi, I'm having trouble authenticating as a specific user on MS Team Foundation Server. In older versions it would look like: teamFoundationCredential = new System.Net.NetworkCredential("<USERNAME>", "<PASSWORD>", "<DOMAIN>"); TeamFoundationServer tfs = new TeamFoundationServer("http://mars:8080/", teamFoundationCredential); Can some...

TFS API - How to determine if a server path exists?

In my code, I'm calling Workspace.Map(serverPath,localPath). If 'serverPath' doesn't exist in TFS, this call doesn't fail or throw an exception. But it does cause me problems later. Is there a TFS API call I can make to determine if a server path exists? Thanks - Randy ...

Results published with MSTest not appearing in TFS2010 reports

I'm trying to publish test results to TFS2010 using MSTest's /publish parameters. MSTest says that the publish was successful, and looking at the SQLServer tables, data for the test has been uploaded. However, the test results do no appear in the TFS Build reports. If I use TFS to run MSBuild via the default build template, the results...

How/can do you connect VS2010 to Codeplex's TFS?

I've gone to Team-->Connect and tried to enter the details for the TFS on the CddePlex site: https://tfs05.codeplex.com Then it asks for the user name and password - which I assume is something like [email protected] + my codeplex password. But is doesn't let me sign in? What assumption is making an ass of me? ...

How are developers using source control, I am trying to find the most efficient way to do source control in a small dev environment

I work in a group of 4 .Net developers. We rarely work on the same project at the same time but it does happen from time to time.We use TFS for source control. My most recent example is a project I just placed into production last night that included 2 WCF services and a web application front end. I worked out of a branch called "prod...

How to import Microsoft Project parent / child tasks into Team Foundation Server

I'm attempting to import a MS Project "project" into TFS 2010. The project contains numerous parent tasks and child tasks. They are not importing the way I would like them to. For example in MS Project I have: 1) Analysis Phase 1a) GUI Design 2) Programming Phase 2a) GUI Design When I import these into TFS, the hierary/linking is l...

TFS 2010 proxy is missing from install options on 64-bit server

When we install on a 32-bit server, we get the option to install the proxy server, but installing on an x64 only gives us the option to install the build service. Does TFS 2010 Server Proxy support Windows 2003 64-bit? ...

Does Team Foundation Server supports Checkpoints?

My dev team used in the past MKS Source Integrity source control and we are not evaluating to migrate to TFS 2010. Some concepts and meaning are a bit different and we need sometime to learn how to do the same things we do before in TFS or how to change our approach. First of all, we used to do Checkpoints for each software release. MK...

Using TFSBuild to publish ClickOnce files that include prerequisites

I have declared an MSBuild tag in my TFSBuild project in order to publish ClickOnce files for my project. WSE 3.0 and .Net 3.0 are both pre-requisites for the application, so in Visual Studio I have ticked those as pre-requisites. When I build from Visual Studio, it creates a setup.exe file that I can publish to my web site. When you ...

Having problems creating multiple builds in TFS2008

I'm working on setting up multiple builds in TFS2008. In my build agent configuration I can select a working folder. However, every time I run any of my builds, it's using files from that working folder, including the tfsbuild.proj file that it finds there. So now I have builds that half do what I want and half do what is defined in f...

Using tf command line on TFS Build Server Workspace

I use the tf workspace commands to create and map workspace mappings for builds run through Visual Studio. Is there a way to run this command against a TFS Build Server/Build Agent workspace? Or is there another command line or automatable tool that I could use to achieve this? thanks! ...