visual-studio-team-system

Project Management With Team Foundation Server

At my new company I have been tasked with setting up and presenting TFS as a full life cycle solution. I have plenty of experience working with TFS as a developer but I can't seem to find any good resources regarding setting up process via templates, things like modifying work items templates, creating sprints (We are using scrum) , bu...

Connect to TFS with different user credentials

Hi I am connecting to TFS through Visual Studio 2008 Team Explorer. Lets say TFS is on machine A and Visual Studio 2008 is on machine B (my box). I have a local account on machine A (i.e. A\username) that has admin privileges for TFS (installed on machine A). Whenever I connect to TFS from team explorer it always uses the my domain cred...

How to get digest-authentication working on Team Foundation (2008) Project Portal sites

I am just starting out with Team Foundation Server 2008, and one of the hangups I've experienced is the following: I create a new Team Project, as well as a Project Portal (which I believe is just a Sharepoint site). When I go to view the project portal in the browser, it prompts me for a username and password. I want it to use diges...

How does one test async code using MS Team System Unit Tests

I'm writing some super simple async code. Just saving a file off-thread. I'd like to test this code using the clever Unit Test framework in Microsoft Visual Studio Team System 2008 .NET XP Extreme Edition blah blah blah... How? I'd like to simple block the test method until the method returns. I can imagine some ways to do this, but I...

How do I migrate Team Foundation Server (TFS) from a domain installation to a workgroup installation?

I'm looking to migrate from an Active Directory domain-based TFS environment to a workgroup-based one. I know this is a non-traditional move but it makes sense for my purposes. This MSDN article http://msdn.microsoft.com/en-us/library/ms404883.aspx details the process for workgroup --> domain. I could deduce the proper process from th...

Help with TF31003 error

I can enter via web http://localhost:8080/tfs/web with any user, from remote or local, but when I try to enter via Teamprise or VSTS2010 I get that error that my credentials are correct but I dont have the persmissions, why? I have tryed with Admin account and user Account too... TF31003: Your user account does not have permission ...

TFS Check-In Over Server Version

How in TFS do you check-in a file over the server version (no matter what). I see the option to Compare, Resolve, and revert local to the latest server version. Where is the copy over server version option? ...

Change Capitalization of a TFS Source Folder

So, I was trying to change the capitalization of a folder at the route of a team project's source control tree. I have come up with a couple ways to do it that are rather stupid, but am wondering if there are simpler ways to do it. The fundamental issue is that the rename and move functionality are both designed on the assumption that ...

Team Build Errors when there aren't any

I have a nightly team build that is reporting errors from the test step but zero errors in the summary. This results in a partial success. I cant see any errors in the full build log but maybe it's just the quantity of warnings?? Anyone got any ideas? Thanks ...

Team Build - deploying multiple configurations

I have a nightly script that should build Debug and Release zip files then upload these via ftp to the client. Ive always used AfterDropBuild for deployment of a single configuration - which works fine - but building both config's in a single build doesn't seem to work. I was hoping that AfterDropBuild would execute twice. I can of co...

How to Collaborate With Team Effectively for a Project?

This question is a follow up for this question: http://stackoverflow.com/questions/2083020/need-some-advice-about-web-development-project I would like to know if there are techniques or tools we could use in order for us to do our project effectively. To make this more specific, I'm basically looking for something that will help us work...

TeamBuild, Code Coverage & testrun config files

Hi I have team build script for CI and nightly builds, both of which runs unit tests with code coverage. I have specified the testrun config file and this include paths for the assemblies to instrument. My problem is, the paths for the assemblies is absolute, eg: <CodeCoverageItem binaryFile="C:\build\Product\PROJECT\Integration\Bin...

Suggestions on Working Style

Hello. My question is about more general workflow of a development team rather than a direct coding problem, and I don't know if this type of questions are allowed here. We have created a digital agency-like brand in a multi-brand company. All of us (currently 4 people) are experienced freelancers but none of us worked in a serious deve...

How does a one-man team convert to working with a small team?

I have been running my web development company by myself for the last 6 or so years (and as added background, I have never worked in a development team as I am currently a university student and have only just run my own business, so I have no experience in that regard as of yet), but I am gearing up to take on something a little more am...

TFS: cannot set up new build

Hi, I have set up TFS Build Service on one machine in the network. Now I want to create a build. When logging to Team Explorer (under my personal TFS account) I see a Build subfolder in my project folder. However there is a small red cross icon Does it have to do with my account rights? I belong to Contributors group. How can I creat...

Configuring TFS TeamBuild to execute different test categories on different Build Agents

I'm trying to understand how to configure TFS Team Build to provide a CI solution for my project. I have a fairly common setup that I have several categories of unit tests. For simplicity lets say there are two categories: Exchange2003 Exchange2007 Each test category needs particular software to be installed on the Build Agent so ...

How do you actually use Visual Studio Team System database projects to version Sql Server

How are you supposed to correctly use a Visual Studio Team System database project to implement version control on a sql server database? This might seem overly generic but everything I've found so far online hasn't helped me in being able to achieve anything useful. I have managed to find functionality that appears to be similar to fea...

Data Dude/VS Team System Database - Use with multi project databases

My current project uses Visual Studio Team System for Database Professionals GDR2 (aka DataDude). We are the only application using the database that we model using DataDude. My company would like to consider using DataDude across the board on all our projects. However, I am not sure how well this will work with projects that share a ...

Test project path in Team System 2008

I have a test project Company.Test which is located under C:\Dev\Projects\Tests folder When I run a test, I am an xml file under the Tests folder, and I would like to get the path " C:\Dev\Projects\Tests" from the test method. Is there a way to get the current project's folder path? ...

Visual Studio 2008 Code Changes between given dates

Is there a way in Visual Studio 2008 Team Foundation System to produce a report showing "Between date 01/01/2002 and date 02/01/2002 the following code was added:": FunctionOne(Param one, Param two) { //Func one contents } FunctionTwo(Param one, Param two) { //Func two contents } The following code was modified: FunctionOne(Param one...