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

Software Development Network >> VS Team System

VS Team System

New Question

Help... Directory Branching and SCC specific code in solution and project files...
DOT NET
"Apply Label" dialog is extremely slow!
Resolving external file references
Compare differences between branches?
Canceling/Overriding UpdateBuildNumberDropLocation task
FxCop 1.35 RC1 False positives
TfsWarehouse and Update the Team Project Report Definitions when migrating from TFS Beta 3 to TFS Beta 3 Refresh
Add Solution to Source Control dialog box is not displayed
Organizing Projects into Products or Customers or Releases?

Top Answerers

Alan Hebert
MCFH
cdrkeen
Dynamical Dog
Rashar
Peter Leahy
Shivakumara V
faithfuldave
bewA
ai2003bc
Developer's place for everyone
Only Title

Answer Questions

  • Marcos Neves Cannot debug test with [DataSource] attribute

    I have a suite of tests, some of which use the DataSource attribute. However, the tests which use this attribute do not run. When the test suite runs, the TestInitialize method runs a stored procedure which populates the database, and the TestTeardown method runs another which clears it. These work fine, and I can debug them for the other tests in the suite. However, when the tests with the DataSource attribute is to run, the TestInitialize meth ...Show All

  • jsidway Agent Controller Supported configurations

    I am preparing to set up a rig. I cannot exactly match any of the recommended configurations, but I can come close to " Alternative Configuration 2 " as shown below. Will this work (It will be nice to find out before I install everything.) ·          Computer 1: Visual Studio plus web server against which load tests are conducted. ·          Computer 2 ( ...Show All

  • S_GMAN TeamFoundationServerFactory.GetFactory

    I downloaded the VS Studio Team System Extensiblity Kit and I am using the TeamFoundationServerFactory .GetServer method to get the team foundation server. I am getting an error accessing registry key because I suspect the teamfoundationserver did not have the permissions to access the registry. Even when I try to pass in the default credentials using the following code, I am still getting the registry key error: System.Net. ICredentials ...Show All

  • Evgeny Popov accessing Work Items via the webservices

    Hi, I am trying to write java application that integrates with the Work Item service. Obviously I cannot use the Microsoft SDK as it provides .net api's. Has anybody tried to do this already ..if so do you have any tips or things I should be aware of Even some exaple code would be great! thanks I've never tried this with Java, but I do own the WorkItem Web Services piece so if you have any question o ...Show All

  • Mebo Reverse Engineer and Sequence Diagram

    Exist a way to generate from Visual Studio .Net 2005 Sequence Diagram with Visio for Entreprise for Arhitects, and if no exist any add-on for Visual Studio .Net 2005 to do this Thanks Unfortunately Visio Enterprise Architect does not support reverse engineering sequence diagrams from code. Ian Bavey Software Development Engineer Visual Studio Team Edition for Software Architects ...Show All

  • Andrew Stopford Microsoft.CCi.Property and explicity defined interfaces

    Hi How do you tell if a Microsoft.Cci.Property instance refers to an explicity defined interface For example public interface ITest { string Test { get; } } public class Test : ITest { string ITest.Test { get { return null; } } } Thanks You need to check the ImplementedInterfaceMethods list on the getter or setter. For example, if p is the Microsoft.Cci.Property for Test::ITest.Test, th ...Show All

  • Kevin Herring Error 32000

    I receive this error while installing the Visual Studio Team Foundation Server Beta 2: error 32000. The Commandline "C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\sdk\bin\tfsadaminst.exe" /install SERVER2003 2420 TFGSS MOBILE\TFSSERVICE returned non-zero value: 1. What is this Thanks for help. Fabio Robz posted about this in http://forums.microsoft.com/msdn/ShowPost.aspx PostID=3 ...Show All

  • Gabriel_M Package Load Failure connecting to TFS RC from TE

    Hi there, I've just finished upgrading a Beta 3 install of TFS to Beta 3 Refresh and on to RC in single server mode. The install seemed to go to plan, I completed all of the items in the installation guide but now connecting to TFS from TE (either on the server machine or another machine) yields the messagebox: "Package 'Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, ...Show All

  • tobbjo Windows Groups - TFS does not see new users until restart

    If using Windows groups, it appears that there is a bug in VSTS. TFS seems to query the Windows Security system once for a list of users belonging to each group. When you add a new user to the Windows Group, TFS doesn’t get the update – i.e. it’s out of date. The result is that you won’t be authenticated if you added yourself tp a Windows group after TFS has queried the Windows security system. To reproduce : Using a TFS ...Show All

  • Daniel Celeda How to add a new report to a Team Project

    How can I add a new report to an existent Team Project Ok, it's easy to add the report through Resporting Server, but how can I link it with the parameters of Team Foundation (ex.: project), like we do with the ReportsTasks.xml file I've looked through the entire database but coudn't find this configuration. Thanks, Max Andrade Aha! Got the idea... it's the default value, right ...Show All

  • Michael Barrett TFS beta 3 installation

    So where is TFSQL2005AnswerFile.ini referred to in the installation guide And is /inifile: actually supported for unattended install of TFS Morning Matthew, I'm not at the office yet so I can't 100% confirm ... but the SQL answer file should be in the root directory of the CD (or image).  If you can't find it, post again and I'll look it up. As for unattended install of TFS - no, this is not supported. ...Show All

  • nbaker76 Invalid system time

    Hi! I have TFS beta 3 refresh installed on a VMWare server. Today the system time was set to the year 1999, probably due to some VMWare problem. After this happend, I cannot access the work items any more. Team Explorer gives me this message: "TF26198: The work item does not exist, or you do not have permission to access it." I can add new items that I can access, but the old ones are gone. If I try to access the work items a ...Show All

  • Pramod Install issues with 2005 developer edition ctp

    Hi,    I am trying to install the SQL Server 2005 Developer Edition CTP that came along with the VS2005 Beta 2 Team Foundation Server.    I am not able to install the software. Setup always exits with this message. "--------------------------- Windows XP Setup --------------------------- Please go to the Control Panel to install and configure system components. --------------------------- OK   ---------------------- ...Show All

  • Cameron Kloot Unable to create project/manage security/users on VPC version

    I am trying to play around on the VPC version of TFS (the Nov 11 d/l from MSDN -- the beta 3 / VSTS RC version). I logged in as darren, but when I open up team explorer, the options to create a new team project are greyed out.  When I go to try to manage the server users, that's greyed out too. It seems that the darren user, while a local/domain admin, is not in an appropriate TFS role.  What user in the VPC image is in the correc ...Show All

  • Franky Piferoen How to backup VSTS project?

    Which databases are VSTS used in SQL Server Could I just need to backup those database Or there are other files or settings should I backup at the same time Thanks! Regarding the names across the entire product, including class names, namespaces, database names, names in URLs, etc., they are all going to be cleaned up (we've already started working on it).  The next public release will have the final names for everything, including ...Show All

707172737475767778798081828384858687

©2008 Software Development Network

powered by phorum