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

Software Development Network >> VS Team System

VS Team System

New Question

hatteras error in event-log
Source Control Explorer
REFRESH files and TFS
Custom FieldControl values
I really miss the report "Work Items By Owner". How can I get it back?
Team Foundation Server permissions not working as documented
Merging and Branching at MSFT
TF30063: You are not authorized to access <server>
VSTE for Testers availability on MSDN
Branch with DLL's files

Top Answerers

Dan Kelly
rmillerii
ArturPereira
Pontus Bergquist
Bady_Tirol
Anand Ramasubbu
ashw
drv62
frogstarr78
John Hunter
Evova Technology- ActiveX and Freeware News
Only Title

Answer Questions

  • Juniorelnino Classes should not have same name in different packages

    Hi, How to identify classes having same name in different packages/Namespace Regards, kailash FxCop isn't designed to do a good job with this, which is a kind of whole program analysis. Our analysis is single pass only, and this requires two phases. You could, of course, aggregate this information yourself during analysis (that is, track all type names as you encounter them). There are two issues in ...Show All

  • D-Rain How to spawn Team Explorer

    Is it possible to launch Team Explorer client from a web page Something like URL to link from Team Project Portal. Preferably pointing directly to the related project. obs.: I've tried to do that using a script with shell command, but my users have VS2003 installed in their machines too, and in some cases it gets launched instead of VS2005 (when running DevEnv.exe). Thanks, Max Max, There is a bug wi ...Show All

  • Piovra Developer Hour Tracking Via TFS Add-On

    What is the best alternative for tracking developer hours against work items in Team Foundation Server Any third party tools Hello, We are now in the final phase of developing our new application, called AgileTT, which you can use, among other things, to track completed work for developers work items. You can find more information on http://www.ApplicationAspect.com/SiteSections/ProductCenter/AgileTT/Facts.aspx   ...Show All

  • Rich Chiodo Start of "If" statement

    How can i determine the beginning of an "if" condition I understand that FxCop renders only the IL instruction stream. I basically need to determine the number of nested levels of "if", "while" and "for" within an "if" condition. Any pointers how this can be achieved Hi Pradeep, For such analysis you will need Dataflow, FxCop currently uses dataflow in some ...Show All

  • Tico1177 Error when i create a Team Project

    This is my error. Error Insufficient permissions on the Windows SharePoint Services at svrtimoviltec to create a new site. Explanation The permissions granted your user name and ID on the Windows SharePoint Services at svrtimoviltec do not allow you create a new portal site. You must be granted specific root permission by the server administrator. User Action Contact the administrator for the Windows SharePoint Services at svrtimo ...Show All

  • gafoorgk Extensibility Kit and Source Safe Plugin for Release Candidate

    When does the TFS team expect the extensibility kit and Source Safe Plugin to be available for the Release Candidate Cheers, bradley Bradley, You should be able to use the same tools to create TFS extensions as you did with Beta3. You'll just need to reference the RC versions of our private assemblies. There are a few cases where behavior has changed, but I'm not sure they are all documented in one place (yet). What do you me ...Show All

  • New Programer Deletiing TFS Projects that fail to create correctly

    I'm using Beta3-refresh. I've tried tp add a project to TFS using the team explorer but at some point the add fails and I get a message saying that the tool couldn't rollback the addition. I run TFSDelete to delete the porject and get told the project doesn't exist I run the explorer to re-add the project and get told the project already exists. So I have a TFS project in a state of Limbo. What steps can I use (database cleanup, removal of s ...Show All

  • Mark Costello Error 32000 - B3R to RC Upgrade (stsadm.exe -o upgrade -forceupgrade... blah blah returning non-zero value: -1.)

    So far I can not find a solution for this standard and non-descriptive error: --------------------------- Microsoft Visual Studio 2005 Team Foundation Server Setup --------------------------- Error 32000.The Commandline '"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\Bin\Stsadm.exe" -o upgrade -forceupgrade -url http://localhost:80 -quiet' returned non-zero value: -1. --------------------------- Abort Re ...Show All

  • Pedro Ferreira Tests not appearing in test manager lists

    Hi, I'm using VS.NET 2005 beta2 (not testing edition just normal developer edition) Have a TestProject in a solution with other projects. I've used the wizard to create unit tests, i've added tests manually, I've added existing tests into a test project. But none of the tests appear in the lists in Test Manager only a manualtest1 appears which is one that visual studio added when it created the test project. How do tests get my unit tests t ...Show All

  • iamhtran Web testing same app in multiple domains

    My organization builds our websites to multiple domains, depending on where we are in the development cycle: dev, test, stage, production. Thus we need our automated tests to run in each of these domains without modification. We can do this with our current home grown automation tool. This seems to be a problem for VS 2005. Recorded webtests have the domain recorded into them. Is there anyway to repoint a recorded webtest to another domain Code ...Show All

  • GETE Cannot add new project to source control ?

    I created a new project, including specifying the source control name. I got an error: TF30170 : The plugin Microsoft.ProjectCreationWizard.Portal failed during task SharePointPortal from group Portal. Explanation: Plugin error text: "The server commited a protocol violation" So, I tried again. This time, I typed in a portal description, and hit enter to go to new line. Instead it hit the default button, and my project was ...Show All

  • sambhav Authentication error during installation

    Hi, I'm installing TFS Beta 3 on a virtual machine that sits in a domain. I have created two local accounts (TFSSERVICE and TFSREPORTS) and I use a domain account to run the setup. After a while I get the following error in the event log. Event Type: Error Event Source: TFS Services Event Category: None Event ID: 3000 Date:  14/11/2005 Time:  13:06:00 User:  N/A Computer: SRVVE32TFS Descrip ...Show All

  • Daniel Papas Permissions Bug with Beta 3 and Active Directory Groups?

    When using an Windows 2003 Server Domain Active Directory Group to assign Team Foundation permissions to multiple users, the group members do not have the selected permissions if the primary group (for POSIX and Macintosh applications) of the account in AD is set to the group to which the permissions are being assigned.  If you double click on the group in the Team Explorer GUI or select the Properties... button, the accounts with primary g ...Show All

  • rumblespaul MSF X CMMI GAP ANALYSIS

    Hi members, I woud like about itens found in Gap Analysis did in MSF for CMMI. For example: Maintain Bidirectional Traceability of Requirements not exists activities for this SP. My Question is, All itens found in Gap Analysis will to resolve in final version. When MSF for CMMI final version will be avalible Thanks and regards Team Foundation Server, which includes MSF for Agile Software Developmen ...Show All

  • solidtransient Problem capturing events from TFS.

    We tried to build a prototype for capturing the events from VSTS as follows - 1. A windows application - EventingClient - It contains a button - Subscribe - on click of which the following piece of code gets executed to subscribe to workitemchangedevent. LogonToVSTSServer( "Tcs046247.testdom" ); //set the delivery preference to immediate delivery via SOAP DeliveryPreference DP = new DeliveryPreference (); DP.Sc ...Show All

828384858687888990919293949596979899

©2008 Software Development Network

powered by phorum