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

Software Development Network >> VS Team System

VS Team System

New Question

Plug in for SQL server manager studio
Error 32000 during Team Server install
Modify ValidationRuleFindText to read values from DB
Wrong files are checked in after a restore
Error 32000 during Team Server install
Tracking Work Items Using a Web Interface
WorkItems with "dependencies"...
Managing Shared Components between VSTS Projects
RC proxy in a multiple domain setup
Report "Remaining Work" does not show all Work Items

Top Answerers

Rob Redbeard
Joe.M
msavalia
BinaryWave
talrs
John Paul Fullerton
Vikas1111
DoerakNL
TRietz
asdfgh
SMTP/POP3 Email Engine for
Only Title

Answer Questions

  • BradN How can I get workItem Id for a newly created workitem in VSTS

    Hi When I create a workitem in a Team project, it calls Save() API and generates a workItem Id for that. How can I get a workitem Id of the newly created workitem. Do we have any API for that or any other solution if anybody have. Regards Hi Neelam,    The WorkItem.Id that you get from the workitem object that you called Save() on, will be the Id for the object that you saved - we're taking car ...Show All

  • Howard Shachter Error 28100.Error loading Event web service.

    Hi,   During installation I got "Error 28100.Error loading Event web service.". Any idea what is going wrong TFS is being installed on a Virtual Machine.   Please feel free to contact me if you need any more information. Thanks, Bart ps. Is it possible to upload the setup log A couple of questions: 1. Was IIS installed before or after you _started_ to install SQL 2005 2. Did you change the location o ...Show All

  • Tony Robyn Visual Studio crashing all the time

    I have two virtual servers running, one with Team Foundation server Beta 3 and Sql 2005, and one with Visual Studion Team edition RC installed. When working on the Visual Studio box, it constantly crashes and especially when working with tests.  Both virtual machines have 1500 MB of memory allocated. Is this not enough maybe I had the previos betas installed as well and they did not crash this often. Seems a bit too much fo ...Show All

  • fisher_iso Create a team instance outside of the Vis Studio

    I want to create an Instance of team and do checkin's outside of the Visual Studio Environment. I have created a console app to be run at night. DOes anyone have a link for create an instance of team inside an app Thanks, Nick I think that creation of new Team Projects must be carried out inside of the IDE due to the way that the project creation wizard works - I'm not aware of an easy way ...Show All

  • SteffenRuland TF53011 But not after een upgrade to workgroup version

    Hi all, I have the following error when I connect to a Team Foundation Server The request failed with HTTP status 40.: DOMAIN\USER is not a licensed user. The problem is that I can't add domain accounts to the licensed user list. So I created a MACHINE\USER account. The only thing is, even since the first time I used I never got the option to change the login/password. Maybe one of you know how I can change the uid/pw so Team Explorer can ...Show All

  • Geana Permission problems

    hello, I've created a domain group "ts\developers" with two users: dev and dev2. Then in Team Sysem I created a TFS global group "Developers" adding "ts\developers" windows group as members (not each devx windows accounts). The "Global\Developers" TFS group has the following permissions: - Access the version control system - Create a workspace - Create new projects - Edit domain-level information - View domain-level information At the team proje ...Show All

  • MSidden Can't find Team Explorer

    I have VS Team Edition for Software Architects installed and want to connect it to Team Foundation Server, but cannot find any menu command to do so. The help system says to go to Tools > Connect to Team Foundation Server... but I do not have that menu command. Is there some magic I have to do to "enable" the Team System functionality after installation I have tried going to "Tools > Customize" and trying to add the command, but ...Show All

  • rbreeden How I can show the line number where the error takes place

    How I can show the line number where the error takes place. Now I have this code: (but only it serves me in methods) public override Microsoft.Cci.Node Visit(Node node) { if (node.SourceContext.Document != null ) { this .SourceNode = node; return node; } else { return base .Visit(node); } } public void ControlarError(Problem problema, Node node) { try { Visit(node); ...Show All

  • TheSwede Publishing test results fails - not sure why...

    I ran a unit test and wanted to publish the results back to the "operational store" to see what would happen and if I could do something with the data - however I got the following error: EndPublishRun: Server was unable to process request. ---> A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. The help is va ...Show All

  • Mikester Why is 'Drop' outside of source control?

    I'm sure a familiar site for a lot of people working with Team Foundation at the moment is a build machine file system littered with a folder after folder of previous builds in the drop location and it seems a bit odd that there is no provision for having the output of the build also placed in source control rather than clogging up the build machine, is there any particular reason for this So, OK, I could extend my team builds 'AfterBuildDrop' ...Show All

  • daveme TFS Report Error

    I am getting following error while brining a report in TFS An error has occurred during report processing. (rsProcessingAborted) Cannot impersonate user for data source 'TfsOlapReportDS'. (rsErrorImpersonatingUser) Logon failed. (rsLogonFailed) For more information about this error navigate to the report server on the local server machine, or enable remote errors this started after I changed the passwords of al ...Show All

  • LeylaBora Error 32000 The Commandline "F:\TFS\Tools\Createds.exe"/Setup/install ...

    While installing Team Foundation Server Beta 3 Refresh (Single-Server installation)an error {Error 32000 The Commandline "F:\TFS\Tools\Createds.exe"/Setup/install " http://kaushal-2k3/ReportServer/ReportService.asmx " tfsREportDS "Data Source = KAUSHAL-2k3;intial catalog=TFSWarehouse" "KAUSHAL-2k3\TFSREPORTS"} is displayed. INstalled Prerequistes:     OS Windows 2003 Server.    Windows Share point Services. &nb ...Show All

  • M_Laz Unknown Error (28002) when installing TFS App Tier

    I'm attempting to install the application tier of TFS (Beta 3 Dec CTP) on a Win2k3 SP1 box.  My SQL Server box is also Win2k SP1 (SQL 2005) and I'm running into an unknown error every time I try to install.  Here is the section in my error log which is stating the error: MSI (s) (E0:58) [13:58:49:918]: Executing op: CustomActionSchedule(Action=CA_QuietExec,ActionType=25601,Source=BinaryData,Target=**********,CustomActionData=******* ...Show All

  • Masoud_TB Per test configuration files...

    I have need to write multiple tests againts different configuration files. Is there anyway to specify at the test level which configuration file to use. If not how can I test different configurations Thanks, Paul     no I mean the app.config file for a .net application.... Consider an application with a custom configuration section. Tests need to be written to verify that the configuration code is properly working and t ...Show All

  • T111 Setting TFS SC through code

    Hi is there a way to set proxy settings through code (TFS object model) That is to force file "gets" to use /not use a proxy. Chances are you're not seeing a difference because the OM code is reusing the same connection. Once you establish a connection and run the first VC command (CreateWorkspace in this case), subsequent operations are very fast. The web service ap ...Show All

282930313233343536373839404142434445

©2008 Software Development Network

powered by phorum