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

Software Development Network >> VS Team System

VS Team System

New Question

Extracting Cookies from header
Add Work Item menu still loading...
Unable to access Team Foundation Server after Domain Migration
How to know if a class is Public or Private ?
Adding Workgroup users to TFS
How to get the xml source files for process guidance such as ProcessGuidance.xml
which setup directory?
Check-in and get latest for other users
Missing Properties in TestContext
Forgot password for TFSService

Top Answerers

keredc
edgg
Phan
cduwel
scott Li
xaka
paolo_cc
KarthikNarasimhan
Khalilme
Harsh
Pautrot, Alexis
Only Title

Answer Questions

  • qsnet Feature request - column datatypes visible in project

    Greetings, In the project tree view each column, in a table, is visible but the data type of that column is not displayed. It would be desirable for the data type to be either visible next to the column name (like SSMS and Query Analyzer) or alternatively displayed in the property grid for that object. -- Regards, Neale NOON Dmitriy_Nikonov_MSFT wrote: I apologize - I just checked th ...Show All

  • CondorMan Config Management

    I just demoed VSTS to our IT managers and they want to know if VSTS works with any configuration management tools. Take the scenario where particular ports need to be opened up to the outside world for a new team project. The network's configuration will change based on this CCB request. I don't believe there is anything in VSTS that will assist with this type of CM. Are there any 3rd party tools slotted to fill this need Jason - Are y ...Show All

  • aze app.config & unit testing

    Hi All, My app.config doesn't seem to be deployed to the testdirectory for unit tests. Browsing through the non-public members of ConfigurationManager I can see that it is using a user.config file in some directory underneath Local Settings\Application Data ( C:\Documents and Settings\WolfgangAl\Local Settings\Application Data\UnitTestAdapterDomain_For_StrongName_orzvkwtn2fcs331fc1yl4dcgzvfdl1yo\1.0.0.0\user.config). Neither the file nor th ...Show All

  • Scott Reynolds automate build with beta 3

    this is what i wrote and it complaint team foundation can't start the build when i try to run it. localhost.BuildContoller bc = new localhost.BuildContoller(); bc.URL = @ http://localhost:8080/Build/v1.0/BuildController.asmx ; bc.Credentials = System.Net.CredentialCache.DefaultCredentials; localhost.BuildParameters bp = new localhost.BuildParameters(); bp.TeamFoundationServer = "VSTSBETA3"; bp.TeamProject = "myteamprojectname"; bp.BuildType = "m ...Show All

  • Holm76 VSEnterpriseHelper.axd timed out

    Any way of extending the startup time out for starting unit testing app_code. I'm working on a site that has a longer startup time and the unit test keep failing with: The web site could not be configured correctly; getting ASP.NET process information failed. Requesting 'http://localhost/site/VSEnterpriseHelper.axd' returned an error: The operation has timed out and the setting in localtestrun.testrunconfig for timeout seem to be only with ...Show All

  • Mandys How do you add a new security group

    I want to add a group for learning product folks.  Something like <TeamProjectName>\Writers or something like that.  I want to give these folks Read permission on everything except the UserDocs directory.  How do you do this   Do you have to use ADAM   BTW, why aren't these just AD global groups We believe that the behavior mentioned in this thread is not a bug.  Tha ...Show All

  • Alias2006 Custom UI to when double clicking an Issue in the results pane

    Once FxCop is finished running all the rules, i'd like to be able to show a custom UI when i double click the Issue created by my custom rule.  I noticed in the FxCopUI.dll there was a CustomAction class, along with an enum of Triggers.  Can these be used to hook the event and show my UI vs the stock FxCop UI Hi John, The CustomActions code is the code we use to show IL when rightclicking a target, f ...Show All

  • ShadowWolf 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

  • fafan_iran Licensing Questions

    1.  Will Team Foundation Server include a license for SQLServer   Can SQLServer DB for Team Foundation Server be setup on a different box then the other server components 2.  It appears that both MSDN Universal and MSDN Enterprise license holders can enjoy a free upgrade to the MSDN Premium + Visual Studio Team Edition for SW Developers.  If having Visual Studio Team Edition for SW Developers is the eventual goal is ther ...Show All

  • Calua TF30170 error, when I create a new Team Project

    Hi for every one, I need some help, when I try to create a new Team Project, I get one error, TF30170, any idea why Thanks Ray! Please read the troubleshooting guide here: http://msdn2.microsoft.com/en-us/library/ms243887(VS.80).aspx Specifically this section: Server Protocol Violation Causes the Wizard to Fail If the wizard cannot create the new team project and returns an error message that is similar to &q ...Show All

  • Commander Z Performance Counters in Load Test

    Hi, I am trying to run a load test on a webservice (.asmx request) to track the performance counter sets on a remote computer. Here is a list of metrics I get Requests Executing in ASP.NET applications is 0 transactions per second in ASP.NET application is 0 Requests current in ASP.NET is 0 Requests in application queue in ASP.NET Applications is 0 Requests succeeded for both total and LM_W3SVC_1_ROOT is 106,611 on average total transaction ...Show All

  • mkrayirath Warning CA1822 : Microsoft.Performance :

    The Error: Warning 1 CA1822 : Microsoft.Performance : The 'this' parameter (or 'Me' in VB) of ActivateFormClass.CheckActiveMidChild(Form):Void is never used. Mark the member as static (or Shared in VB) or use 'this'/'Me' in the method body or at least one property accessor, if appropriate. C:\Documents and Settings\joe\My Documents\Visual Studio 2005\Projects\BMC_2005\BMC_2005\Components\ActivateFormClass.vb 15 Bmc20 ...Show All

  • carzyR Can't load assembly in a new AppDomain during a unit test

    Hi, I'm writing a class that creates a new AppDomain, creates an instance of a class inside that domain (using AppDomain.CreateInstance) and calls some instance methods. All works fine if I use the class from a simple console application. When I try to use this class from a unit test I get the following error during the call of AppDomain.CreateInstance: 'System.IO.FileNotFoundException: Could not load file or assembly 'MyAssembly, Vers ...Show All

  • nickyG Moving Source from Beta 2 to Beta 3 Refresh

    I got the latest code from our Beta 2 TFS. I had problems adding the source code into the new Beta 3 Refresh TFS, so I removed all Source Control related files that were left in the subdirectories (like *.vssc, .vspscc, *.suo, etc.) and then manually edited the .csproj and .sln files to remove all "Scc..." references. After doing this, things seem to go well adding the files to Source Control in the new TFS - Beta 3 Refresh. However ...Show All

  • I. Silvestri How can I delete a Team Project

    Hi, How ca I delete a Team Project, I try, but ins't works. Any Idea. Setting environment for using Microsoft Visual Studio 2005 x64 cross tools. C:\Program Files\Microsoft Visual Studio 8\VC>TfsDeleteProject [/q] [/force] </s erver:<server name>> <team project name < was unexpected at this time. Yep, happens with any project, (new or old project) Hi Raymundo, This command will on ...Show All

727374757677787980818283848586878889

©2008 Software Development Network

powered by phorum