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

Software Development Network >> VS Team System

VS Team System

New Question

When will the download be available?
Rule XML schema.
How to change the default checkin action in Pending changes window
HOWTO: Single server Deployment TFS Beta 3 w RTM SQL on existing Development Box
Area and Iteration not refreshed in Work Item
"No engine was able to load target DCHInstall.exe."
Team Explorer
Users Missing from Assigned To List (Work Item/Task)
Team Explorer Bug - Get Latest on Check-out
Two Build Issues

Top Answerers

Keith Verity
Vinod_Saastha
Scott258
skud13
zaxxys
burov
NRP
Stefaan Clement
SKK*
sujazach
Digital Lenz - Code Generators & VB Developer Tools
Only Title

Answer Questions

  • joeydj Source Control doesn't do an automatic get latest on checkout?!

    We've been using the new source control for about a month now, and it seems everytime somebody goes to check-in there code there are all kinds of issues with stuff being out-of-synch.  And it seems the code on the source control server never seems to compile, but of course the local copy of everybodies machines do.  I've been pulling my hair out trying to figure out why everything keeps getting out of synch...today I found out why. ...Show All

  • shellback Team System Unit Test Creation Customisation

    I am wanting to customise the "Generate Unit Tests" to create default unit tests closer to what i need. I assume i need Download the Visual Studio 2005 Team System Extensibility Kit for Beta 2   Any tips / hints / samples from someone out there that has already done this Thanks If you are talking about the ability to create your own code generation tools, then you need to take a look at the standard V ...Show All

  • eph_tagh How to rename a team project?

    How can we rename a project in team server Unfortunately you can not.  Once given a name a Team Project always has that name.  It's clearly a hole that we plan to fill in the future. Brian ...Show All

  • bobmarble Team Explorer - red cross on "documents"-folder

    Since installation of TFS I am unable to see the content of the documents-folder (teamexplorer) on a client-machine. There is always a red cross on the folder! If I start the team explorer on the server the documents folder is shown correctly. I tried to copy the http-url ( http://[servername]/sites/[Project ]) to an IE on a client and there the sharepoint site is shown without any problems. I did the changes required after installation of ...Show All

  • Robert U Team Foundation RC install Failures, Dr Watson

    Hi, I have been trying for serveral days to try to figure out what the heck is going on with this install. The issues I have ran into was during the install on TFS (RC), I keep getting these watson failures. I am so stumped on why this is doing this. I have everything else working fine such as sharepoint, reporting/SQL. Here is the last line of the error log file. [03/23/06,20:32:24] Setup.exe: GetGlobalCustomProperty({4F8791EE-486F-44B ...Show All

  • T.F.E Problem when i want to add a new project team with Team Explorer

    Hello, I have a problem in the sharepoint site (party) when i had a new project team  : The message is : 8/10/2005 4:58:50 PM | Module: Engine | Task "" from Group "" completed with success | Completion time: 0 seconds 8/10/2005 4:58:50 PM | Module: Engine | Thread: 6 | Running Task "SharePointPortal" from Group "Portal" ---begin Exception entry--- Time: 8/10/2005 4:58:51 PM Module: Engine Event Description: TF30162: Task "SharePointPo ...Show All

  • Benjamin Wulfe - MS VB code to call a coded webtest from another webtest

    I am making a master coded webtest that calls several other coded webtest. How would I do this in VB Also can I pass values to the webtest and return values from the webtests ~Todd Ok.. with what you have told me I will wait until the next release. Those issues will prevent what I need from working. Thank you very much. ~Todd Todd, There are quite a few gotchas related t ...Show All

  • thanks Compare Utility should Ignore White Spaces

    The Compare Utility should have options for ignoring leading and trailing spaces/tabs. Right now if I had someone who checked in something with 4 spaces set for their formatting of their code, and I have mine set to 3 spaces, then the compare will become usless because every single line will be considered different. if it doesn't ignore blank lines, that should also be an option as really, I just want to see what CODE has changed. B ...Show All

  • DanMoran rsitemnotfound error

    When we access the team portal, we are getting rsitemnotfound errors for the bug rates, build, quality indicators and remaining work reports.  The exact error is for bug rates is : The item '/RylandCom/Bug Rates' cannot be found. (rsItemNotFound) I assume this is a SQL Reporting services issue, but am not sure how to configure this in TFS.  Has anyone else run into an issue like this Thanks in advance, I'm getting the sa ...Show All

  • jrwalker2 Can't create new team project

    Hi, the problem has already been described in this forum: trying to create the first team project the wizzard fails due to a Sharepoint connection problem. And I tried (probably) all of the solutions: - changed to NTLM authentication - permission for reporting services - permission to Sharepoint services Some hints that might be interesting: - the SharePoint Virtual Server List shows Default Web Site with an installed Version but Admin ...Show All

  • Steve Seeley Compile or builds within Visual Web Developer 2005 EXPRESS

    I have three to four classes I built from scratch using the command line to compile these classes. Can I use Visual Web Developer 2005 EXPRESS to compile or build these classes while I develop them or do I have to continue to use the cmd line If I can do it using Visual Web Developer 2005 EXPRESS can someone point me into the right direction on how I can't find an article or forum thread on the topic of how This has caused a loss of developm ...Show All

  • WhiteWizard return sentence

    How can I know if this returns true when finds a return sentence: OpCode .Ret If not, how can I get a return sentence If you're asking how to detect whether a function returns true, that would only be possible in very simple cases. Most routines that return a bool, obviously, don't return a constant value. A return code depends on runtime state, parameters, locals, fields, global data, that is typically impossible to calculate st ...Show All

  • Talonius Samples data for Team Foundation

    Hi: Is dear there any Adventure Works sample data for Team Foundation Server We are trying to populate Team Foundation Server with " real " volume of data. Thanks in advance Chama Why not copy some of your existing solutions and add them to TFS Buck I'm not sure exactly what you are asking for.  We use the existing published AdventureWorks sample for internal testing and demos all the time.&n ...Show All

  • onlinehawk Sequence\Flow Diagrams in VSTS

    Hi, Can we generate Sequence diagrams/Flow diagrams through VSTS automatically for a Solution containing couple of projects & each project intern having couple of classes. Appreciate if some one can provide me direction on it. Hi Brian, Do you have link to download that article or can you share it to my personal email id let me know if you could try helping me that.. thanks Paresh ...Show All

  • Dimitri Meeuws Centralize suppressions (no more attributes) in VS2005

    Using VSTS, how can we avoid having to suppress violations all over our codebase I'm aware we can suppress things at an assembly or module level, but that's not my intent. I want to have fine-grain control, yet don't want my codebase polluted with all those attributes. This is the only reason we can't use the built-in Code Analysis in VSTS -- it screws with the code. I just want a separate analysis file that can store all the information it need ...Show All

676869707172737475767778798081828384

©2008 Software Development Network

powered by phorum