Software Development Network Logo
  • Visual FoxPro
  • Game Technologies
  • Visual Basic
  • Visual C++
  • Visual J#
  • Visual C#
  • Microsoft ISV
  • Windows Vista
  • SQL Server
  • Visual Studio
  • VS Team System
  • Windows Live
  • Architecture
  • Smart Device
  • Windows Forms

Software Development Network >> VS Team System

VS Team System

New Question

How to Implement user dependent Transition
Impossible to stop a local unit test run
Source Control Explorer
Web Test - Extraction from Dependent Requests
How should the baseless merge work?
Lock Binary Files on Checkout
capute a js call in flidder
Work Item TTL (Time 'till live) :)
TF Workspace command-line
User Accounts Required for Team Foundation Server Setup

Top Answerers

quintas-arias
Wildert
Jackabee
Russk2t
Tosch
rfinlay
Natalie Casey
aek
nmkiwi
B.Huard
Duluth News Tribune: Duluth
Only Title

Answer Questions

  • Arfinator Test list is incomplete when I try to create an ordered test

    When I try to create an ordered test, I found some tests are not listed in the "available tests" table. But these tests do exist in the source control and local workspace. I tried to delete one test that was not listed and then undo the changes. Then it appeared in the "available tests". Is this a bug I assume those tests are added to a Test Project. Is it possible for you to prov ...Show All

  • Mandypenny Save Column preferences in test results

    Is there a way to save the columns you select on test results How about on the test manager Thanks, TomK Hi Tom What do you mean by being able to save the columns If you mean having the columns persisted so that they appear next time you open the IDE, the answer is yes (both for test results and test manager window), after you select new columns, if you close the IDE, and re-open it, you sh ...Show All

  • palakanand proxy bypassed?????

    I have configured TFS to connect thru the proxy(a different machine ). But the setup works even when i disconnect theTFS proxy server and connects directly to the TFS server.It also doesnt give me any sort of error message. How do I ensure that the connection is being routed thru the proxy I went thru the TFS valid Users group and i'm able to see the proxy service account with all the required permissions. Wo ...Show All

  • J.Wright TFS Beta 3 - Where is it. VS2005 RC1 is out.

    Any news It's very close. Watch this space.... Rick has announced availability: http://blogs.msdn.com/rickla/archive/2005/09/23/473423.aspx Jeff just sent mail saying that it's out now. Visit the subscribers download center at: http://msdn.microsoft.com/subscriptions/ It's now released and propagating to the MSDN download servers. See: http://blogs.msdn.com/buckh/archive/2005/09/21/472618. ...Show All

  • MondeoST24 non-IT examples which are in link to its potential application in an IT environment

    Hi, One of the several aspects of the IT project management is the Project Time Management. I would like know a few business examples which are in link to its potential applicaiton in the Project Time management of the IT Project management. I would like to know the business examples which we can compare or relate to the topics in the Project Time Mangement. Thank you. Hi, I didn't fully understand the question. Are you asking ho ...Show All

  • nafi difference between vs2005 and vs2005 Team

    Hello,  I got a pachage from microsoft containing : 1. vs 2005 Team Suite. 2. vs 2005 Team foundation Server. 3. SQL Server 2005 Developer Edition (DVD). My questions : 1- What is the difference between vs2005 and vs2005 Team 2- I just want to upgrate vs2003 to vs2005 to develop on my machine only. What I have to install Is it necessary to install all of this heavy software I got just for this purpose 3. I want to write outlook ...Show All

  • Vikas Hiran Cannot Open Microsoft Project

    While going thru Managing Work Item, There is a file that needs to be opened "Adding New Work Item in Microsoft Project, the file is Development project mpp, got the following Error: project cannot open the file Check the file name and path is correct Check the file format is recognized by project NOTE: I have Installed latest and greatest Microsoft project Regards, Asif Khan Since the Erro ...Show All

  • wd95014 How to write Unit Testing for ASP.NET 2.0 under VSTS?

    Hi, I have to write unit test cases for asp.net 2.0 web application using Team System's Test project. What I have done... 1. I created a solution under Team System 2. I added empty web site project to the above solution 3. I added Test project to the above solution. ---Solution +Solution Items xxxx.vsdml xxxx.testrunconfig +WebTestProj +TestProject +Properties +References -Uni ...Show All

  • PaulRyan team foundation client

    Hi, is the tam foundation client located in Visual Studio -> tools thanks in advance I think it depends on eactly what you mean by the "team foundation client" :) We have a separate SKU called "Team Foundation Client" that is basically the Team Foundation components of the IDE minus the compilers/languages/etc.  It's a separate installation from the Visual Studio Team Suite SKU, and it's intended for e ...Show All

  • lvance1611a Folder list loses position

    I have a source tree with over 100 subfolders in it, so it's impossible for the entire thing to be seen at once (there are scrollbars).    Anyway, if I'm in a subfolder that required me to scroll to get to (say the last one of the last third of the list).  So if I'm in a folder within that ($/Project/Main/Project75/src) and if I right click on a folder/file and do anything (like delete, move, branch, whatever then after the ...Show All

  • ZezeLazo Distributed System template

    Hello, I've just downloaded Visual Studio Team System Beta 2 and started "looking into" the Team System features but was unable to locate the Distributed System Solutions project types when creating a new project.  Where can I find these Thanks, Scott Mead Hi Elona, I downloaded the VS 2005 Team Suite Beta 2 from: https://msdn.one.microsoft.com/Subscriber/1033/topic.asp path=CC-0-1-17-1-0-6&FID= ...Show All

  • cs96ai Problems running reports

    I think I've got TFS running pretty well with the exception of this one bug. I just installed Beta 3 and when I try to run a TFS report (Bug Rates for example) from VS2005 on my local machine it says, "Report is being generated" then... An error occurred during rendering of the report. (rrRenderingError) For more information about this error navigate to the report server on the local server machine, or enable remote errors If I t ...Show All

  • JohnnieMac Rule Interface

    HI...I'm trying to check that an interface name begins with the letter "i" using the following code: public override ProblemCollection Check(TypeNode type) { Interface interfaz = type as Interface; if (!(type is Interface)) return null; if (!(type.Name.Name.StartsWith("I"))) { Problems.Add(new Problem(new Resolution("Interfaces deben empezar con 'I'"), type.FullName)); } retur ...Show All

  • augustyn Why there is a fork icon in my report folder?

    Hi all, I have a test project and I am the one to create the team project and the test project. In the Team Explorer, I find that there is a fork icon on the Report folder, and I cannot use the Report functions. What's wrong How to solve it Thanks, Leon Could you confirm that this is TFS RTM Are you accessing TFS within the network or over the internet Are other users able to see the reports Can you see your reports when yo ...Show All

  • appler Procedure for using Build Server with Multiple Branches

    I have question in regards to properly using the Build Server with multiple branches of an application.  As an example lets say I have a simple solution (called TEST) with a web 'project' and a class library.  When I first setup my build type, I set it up to build the TEST solution.  I run the build and it creates build number: 20051008.1.    I then "Branch" my solution in Version Control to keep a build history.& ...Show All

575859606162636465666768697071727374

©2008 Software Development Network

powered by phorum