visual-studio-team-system

I'm having an issue unit testing with a project in Visual Studio Team System 2008

I there, I have completed my project and I'm doing a university subject that involves unit testing. When I right click on my function, it only shows up an options to create a unit test when my CLR support setting is set to safe. Problem is my project will not compile with this setting on?...it needs to be set to pure. How can I work ar...

Setting up Team System Load Test Agent correctly on a workgroup

Hi, I'm trying to start a load test on a rig. I've got three computers - C1:Visual Studio Team System Test Edition C2:Controller C3:Agent The computers are part of a workgroup (not on a domain), the controller indicates that the agent is ready for testing. My problem is that when I try to run a test (from C1), it gets stuck in pen...

Do teams need a code supervisor?

I think we quite agree programming must be more boring than programmers are able to manage (specially when you leave them alone). Even more if there are coding guidelines. What do you think about having a supervisor profile in a small team? Have you managed to avoid this figure? Maybe it is not possible so the effort is for nothing. ...

How do you "re-include" a file that was excluded from source control?

I excluded a file from source control a week ago, and I would like to re-include it into my VS 2010 project. I can't find a single way to do this, I am completely stumped. I deleted the file, checked everything in, then re-added, checked that in, but I still get the red symbol next to the file saying it is excluded from source control....

TFS debug mode and "add progress"

Hi all Every time I hit F5 (to work under debug mode), my visual studio send all my new files to my Team Fundation Server with a lot of "add progress..." windows . Do you have any idea why ? I mean debug mode has nothing to do with team system ! Thanks ...

How to view process template that is being used by TFS project?

I am using TFS 2010. There are bunch of projects under DefaultCollection. I want to view the process template that was used to create individual projects. I have admin rights on the TFS server box. How to view which project is using which process template? Thanks ...

Installing Team Explorer 2008 on Windows Server 2003

I am attempting to install Team Explorer 2008 on a Windows Server 2008 box, without success, which is why I am here. The error log reveals the following: [07/02/10,10:07:03] Microsoft Visual Studio 2008 Shell (integrated mode): d:.\wcu\ppe\vside.exe exited with return value 1 [07/02/10,10:07:03] InstallReturnValue: GFN_MID VS PPE, 0x1 [...

Group project via Team Foundation 2010

We will be doing a database driven logistics system for our Software Analysis and Design course. What we want to do is to work on the project simultaneously so that we can finish the project earlier. Is TFS the right tool for this? If yes, how do we start? What are the steps to set up the TFS? We use VS 2010. Thanks. ...

How to move TFS commands in Visual Studio from right-click menu into sub menu?

Since we have installed TFS as our source code control system, my right-click menu in Visual Studio 2010 is ridiculously long! I know how to customize the context menus, but having to do it in all those places is painstaking... is there any addin that will automatically move all the TFS-related items into a sub-menu. I miss how Ankh ...

Creating a test without methods

Is there a strick one-to-one correspondence with a test in VS and a method? In the end, it's just code, right? I'd love to run-time generate separate tests based on data input. I realize I could just have one test that loops through my data and performs all of the desired operations, but I'd rather have each item be represented by an i...

Can't open a .dbproj file from VSTS DB Edition

Hi, The title says everything. I'm using Visual Studio Team System 2008 Database Edition and I just can't open any database project. I get the following error message: '..' cannot be opened because its project type (.dbproj) is not supported by this version of the application. To open it, please use a version that supports t...

TFS Project is visible in the Source control explorer but not in Team Explorer?

I'm able to view the project 1.from the Source Control Explorer but not in Team explorer,Only if i have open the local project which is binded to TFS Only then i can view the other folders within in TFS Project. 2.From Tfs command Line Utility 3.Suppose there are no workspaces and no projects downloaded from TFS then only way to view the...

Error while importing Work Item Type - TFS

When I import a Work Item Type from Team Review, I get this error: TF218007: Cannot import the work item type. It changes fields in team projects in which you do not have permissions to make changes. Correct this problem by changing the definition of the work item type so that it does not change the name or reporting behavior of these f...

how to make html page detect enter key pressed?

Hello everyone, I am using VSTS 2008 + C# + .Net 3.5 + IIS 7.0 + ASP.Net to develop a web application. The web application has an aspx page called default.aspx. And I want to implement the effect that when user press the enter key of keyboard, it is the same effect of press button "Action". Any ideas how to implement? Here is the defau...

MSBuild Fails to remove Binaries directory

I am building two solutions with MSBuild: <ItemGroup> <SolutionToBuild Include="$(BuildProjectFolderPath)/HostASPX/SolutionA.sln"/> <SolutionToBuild Include="$(BuildProjectFolderPath)/../Installer/SolutionB.sln"/> </ItemGroup> It seems that this build fails with the error message: Unable to remove directory "...

Use Different versions of Visual Studio In Team Foundation Server

We have to use Team Foundation Server on different machines. Our problem is in the .csproj files where we want to check in the changes made. The Team Foundation Server warns about resolve some conflicts about different versions. Now the question is that can we use different versions of Visual Studio on different machines on the same Tea...

Adding Active Directory users to Team Foundation Server

How can I add AD users to TFS users from a computer that can't connect to AD/domain? Structure is like this: TFS Server, in AD/domain My computer, wtih VS.NET, can't join to AD/domain Only way to ad AD users to TFS users list I could find is in VS.NET->Team->Team Foundation Server Settings->Security->Add users or groups->Windows user ...

Eclipse Source Control Plugin for Team Foundation Server 2008

My team has been adopting TFS 2008 for our team development and we are continuously and steadily learning to work with it. However, we got a project which has to be done in Java and would like the source control to be done in TFS 2008. We are therefore looking for an Eclipse plugin that can allow us achieve this. I have found on the Int...

Solution with sub-projects in TFS

I have a classlibrary that consists of 5 different smaller projects. I have a solution file that contains them all in order to build them easy and in the right order. How do I go about adding theese projects to TFS in the simplest way. I'd like for each one of the subprojects to have their own branches e t c, but where do I put the solu...

Exclude from project, source control issue

Hi, I'm using team foundation server 2010 @ work and home. I want to exclude some element from the project build but still have them exist in Team Foundation Server 2010 source control. How do I achieve this? Exclude From Project will delete the item. thanks ...