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

Software Development Network >> VS Team System

VS Team System

New Question

VS2005 Unittest and build actions
ArgumentNullException Value cannot be null. Parameter name: menuService
Team Build Failing with December CTP
team foundation server installation error
VSTS Architect vs. VSTS Developer
Usability Engineering / Interaction Design Certification
stop build type on failure
Can multiple team projects use the same source control tree?
Project Creation Failure - "No user identity info returned from GSS"
Unable to create project TF30224

Top Answerers

radjayanti
** Ann
MCecile
FrenchiInLA
lperrin
DanMoran
blopez
neverdone
kefeng
elargento
The Dalmatian Group, Inc.
Only Title

Answer Questions

  • Rajiv Kapadia .net api for Team Foundation Version Control?

    Hi, is there a public .NET api for executing version control commands, e.g. setting labels, getting latest versions, etc I found examples using the Microsoft.TeamFoundation.Client, Microsoft.TeamFoundation.VersionControl.Client Microsoft.TeamFoundation.VersionControl.Common namespaces, but could not find any documentation. Is this public api, and if so, where can I find a reference documentation, comprehensive examples, and so on. ...Show All

  • am09qx30 WHENCHANGED error

    I am customizing the WI Task. For tracking of hours, we want to use MSProject and we want the user to enter the worked hours for a certain week. Then, in Project, these hours will be copied to the appriopriate week through vba. This vba code also fills the field PeriodHistory with the string "<start period> - <end period>: <hours>". This field is mapped to TFS. In TFS, I created a tab called Hours History where I show ...Show All

  • Tony The DBA Unable to create unit tests...

    Hi, I am trying to create VSTS unit tests for my ASP.NET 2.0 application classes which resides in App_Code folder. Whenever I right click on the code editor and select 'Create Unit Test' against a method in the class, the 'Create Unit Test' window does not list my method. None of the methods in my classes are displayed instead it only shows two classes 'ProfileCommon' and 'ThemeLoad'. TFS Version: B3Refresh Any one got into ...Show All

  • sumguy TFS Internet connection

    A basic question, can I connect to TFS through Internet I'm having a scenario where I need to work at office and home. The TFS will be installed at office. However, I will need to access same project in the office's TFS at home through Internet connection. Is this possible Regards, James. James, I described our experience with HTTPS support here: http://ognjenbajic.com/blog/2006/01/how-we-set-up-ss ...Show All

  • Eamonn_Eire TF30321: The name you typed is already used for another team project

    I had a project fail part way through creation (sharepoint timed out on creation for some reason) and it also failed to "back out" of creation properly.  Now when I try to create a project with that same name I get error TF30321 "TF30321: The name you typeed is already used for another team project on the Team Foundation Server.  Type a unique name for the new team project." I would have thought this was a big problem, but I had alread ...Show All

  • Thomas Koch NUnit or VSTS Team Test

    Discuss.... I'm going to repeat some of what's been said, but hopefully add some additional clarifying details. The Unit Test type in Visual Studio Team Test (VSTT) is just one of many that plugs into our new framework. We also have load, web, and manual test types. In addition, we have extensibility to allow you to leverage existing tests through our "Generic" test type. And, what's really cool, is the abilit ...Show All

  • StatiK EffecK Extract select tag value

    Hi I would like to extract the value for the selected item in the combo box as in below. I tried doing it with a form field , with the FormFieldName as ddlOrg1 but I get an error saying that Extract Form Field Extraction Form field 'ddlOrg1' was not found I can see that in response body the field is there What is the right way to extract this What am I doing wrong <select name="ddlOrg1" onchange="__doPostBack('d ...Show All

  • bnn Failed to connect the Team Foundation Server in VS2005

    I have followed the beta 3 installation guide (V50926.chm) to setup the following in ONE machine 1) Windows 2003 Std edt with SP1 2) Setup IIS 6.0 3) SQL server 2005 Std edt Sept CTP 4) SharePoint service with SP2 5) Team Foundation server Beta 3 in single-server mode including the TF Build and TFS proxy 6) Setup the VS 2005 RC version 7) Setup the MS Office 2003 and MS Office Prof 2003 8) Setup the Team Explorer Everything installed fine...but ...Show All

  • tanishq1510 Sample: Continuous Integration Using Team Build

    A sample to setup Continuous Integration using Team Foundation Build has been posted.  A detailed article on the sample will be getting published soon on MSDN meanwhile you can use this blog to get started with it. -Khushboo   Yeap, it is super cool!!! The updated sample is accessible through the old link here . Now, is there any way to set it up so that I get emails whenever a CI bu ...Show All

  • Vikas Arora Test Case ID

    I'm playing with some code in the TIP, specifically in the MergeResults() method, but I'm confused by the behavior of the TestElement.Id. I'm monitoring this Id as it comes through MergeResults() by calling resultFromWire.Test.Id, but the value changes everytime I run the test. I was expecting that GUID to be the same everytime for the same test. This seems more like a a TestRun Id in practice than a TestElement.Id. I'm running the same test ...Show All

  • itcomet Code coverage - unable to reach 100% on yields

    I'm getting problems reaching 100% code coverage, the following block indicates I have 14 blocks of code covered and 6 blocks not covered.         private ArrayList _orderAssets;         public IEnumerator<OrderAsset> GetEnumerator()         {             foreach (OrderAsset ite ...Show All

  • mcrfanatic .VBproj error

    Hi, I have managed to connect to the TFS. When opening the .sln file using the client I get "Make sure the applicaiton for the project type (.vbproj) is installed. After a series of "OK's" I get another error that says "Make sure the applicaiton for the project type (.WEbUI) is installed. I have uninstalled and reinstalled Team Foundation Client. Regards Team Explorer (previously known as Team Foundation Cli ...Show All

  • Dharm USB "No engine was able to load target DCHInstall.exe."

    I've downloaded the FxCop 1.32 Build: 50628.0 from your web site. Following error occures when I add the VC++ based project to the target. "No engine was able to load target DCHInstall.exe." Application was developed on following environment. Microsoft .Net Framework 1.1 Version 1.1.4322 Microsoft Developer Environment 2003 Version 7.1.3088 I do not see the reason for this error and hence don't know how to get rid of it. David's ...Show All

  • Selven Unshelving

    Assume that developer X has shelved a web project with the shelved name of jschmo20060209d. Developer Y wants to view this project and modify some of the code. How does developer Y view all the shelved copies of a project and then select one and open it up http://msdn2.microsoft.com/en-us/library/ms245465.aspx has directions, but my Source Control menu does not contain any option related to shelving or unshelving. Assume Beta 3 Re ...Show All

  • mark6960 Installation problem

    Hi, I have MS Office SP1 & SP2 installed. Visual Studio seems to think SP1 is not installed. Here is the error log: [01/25/06,11:57:33] VS Scenario: [2] *** Blocking Components exist and must be satisified before continuing to install *** [01/25/06,11:57:33] VS Scenario: [2] Office 2003 Service Pack 1 [01/25/06,11:57:33] VS Scenario: [2] *** End of Blocking Component List *** [01/25/06,11:58:00] VS Scenario: [2] Fai ...Show All

383940414243444546474849505152535455

©2008 Software Development Network

powered by phorum