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

Software Development Network >> VS Team System

VS Team System

New Question

Dropping Files into Source Controlled Projects Fails Checkout
tfsbuild delete working but report not changing
WebTest Broken in Experimental Hive with Team Explorer
How to iterate through cached objects
tfsbuild.exe errors when trying to start a build (beta 3)
New Team Build Type Creation Wizard fails
beta2, personal website starter kit problem
What is the best way to get our CSR's onto TFS?
Instantiate Argument Exceptions Correctly
Getting frustrated with red "X" on documents folder

Top Answerers

zc1984
rano
djartsinc
CLover
Salman and Tahir
udiraz
Rollinjack
Coendou
spoox2
AttilaSzomor
Microsoft Windows Vista
Only Title

Answer Questions

  • Tom Sharpless How to change check-in action for pending changes pr. workitem

    In the pending changes window you can associate an workitem with the checkin. Is it possible to change the actions here At least I want to change the default value from resolved to Associate..   Thanks for any help   borg3000 Please check out this posting. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=200898&SiteID=1 Thanks. -Mareen.   ...Show All

  • Karzanboy Creating work items.

    Hi, I'm relatively new to TFS and from what I have seen so far it looks great. I have a question for you all though. As a developer it is easy for me to log bugs / enhancements (aka WorkItems) by using the Team Explorer from inside VS 2005. I was wondering though, what is the method a help desk / support engineer should use These people won't have VS installed on their doesktop. And how about consultants, these people are often on the road ...Show All

  • rmelnikov What is the MSDN Visual Studio 2005 Team Suite "Trial" Edition?

    Hi everybody, Today I found the Visual Studio 2005 Team Suite Trial Edition in MSDN Subscriber Downloads. I am a MSDN Universal subscriber and have transitioned my subscription to get access to the Team Suite for Software Developers edition. Maybe anybody from Microsoft can clarify: - What is the "trial" meaning Usually MSDN software is not limited as towards features or usable time - Is the trial edition the one which I get due to the transiti ...Show All

  • Jim_Martin HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders?

    Since we are stuck using a multitude of SCM systems at least for a while, we use a utility called SwitchSCC that can easily switch among different SCC providers.  It uses this registry key: HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders But TF doesn't populate this reg key   Is this an oversight or just the TF is going to work I think I've found the key to use to switch p ...Show All

  • Tarquin DisposableFieldsShouldBeDisposed and HashAlgorithm

    HashAlgorithm-derived classes use Clear() as the publicly-available dispose().  Safe to ignore but would be nice to factor in specific classes with methods other than Dispose() or Close(). First of all, David's post is on the money and provides a workaround that will satisfy FxCop. Our flow analysis already special-cases Close() as there are several framework types that use this as an alternate to Dispose ...Show All

  • Richard Cleaver FXCop 1.32 with VS 2005 RTM

    Hello everyone, I am managing a development project which started around VS 2005 Beta 2. I have been using FXCop 1.32 since the start of the project, but now developers are switching to the RTM version. I was just wondering if the same FXCop 1.32 can also be used with this latest (and final :-) version. I have done some wee tests and this seems to be the case (after all, I don't think CLR has changed since) but I would appreciate if you cou ...Show All

  • SMaste Is there a way to automate (complete/partial) transfer of Specification docs. from Lotus Notes to VSTS (i.e. MS Word)?

    Is there a way to automate (complete/partial) transfer of the Specification docs. used in project from Lotus Notes to VSTS (i.e. MS Word) sharepoint portal - Document section I do not think so. The PCW takes the documents from a local disk to upload to WSS site that VSTS uses to store the documents. You can't even provide web folder (http location) for source documents. I feel you won't need to work with VSTS. If you can write a too ...Show All

  • tiltstern Error with getting associate workitem after customizing team build to get version on specific workspace

    Hi I customize my team build to build on specific workspace ; I have done it by edit my TFSBuild.proj file and include there my new target . My workspace is : SHMULIK And the owner is : shmoel < Target Name = " CoreGet " Condition = " '$( IsDesktopBuild)'!='true ' " DependsOnTargets = " $( CoreGetDependsOn ...Show All

  • Greg1 Inherited Tests

    We use base test classes extensively in our projects, however it doesn't seem that test methods are picked up by the Test Manager when they are declared in the base class. eg. public abstract class BaseTest {     [ TestMethod ]     public virtual void TestMethod()     {         TestObject testObj = CreateTestableObject(); &nbs ...Show All

  • Ritesh Mehta New Team Project Creation

    I'm new to TFS. I've an Administrator right in TF Server. I've installed Team Foundation Client on my PC. Now I opened VS 2005 and trying to create the new Team Project but it is giving error like this:- I've right to create new project. TF 30177: Team Project Creation Failed Error TF30224: Failed to retrieve projects from the report server. Please check that the Yukon Reporting Web and NT services are running and y ...Show All

  • Carroll Barrett Unable to map the same folder on several workspaces

    Hello, I recall what I suggested on MSDN Product Feedback ( http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx feedbackid=272c4f66-3d80-4d6b-bc09-dfe58d9c461e ) Here is one of the possible scenario   I am developing a web application (ASP.NET) and generally I use to develop the authentication mechanism under two or more conditions: LDAP form autentication and SQL Server form authentication. That means that I have two possible c ...Show All

  • BRJ2k5 Available Control Types for Work Item fields

    Hi Guys! Where can I find list of available Control Types for Work Item Forms In samples there are FieldControl, HTMLFieldControl, LinksControl, AttachmentsControl, WorkItemLogControl, ExtendedComboBox. Are there any more What about checkbox, label Is there some kind of SimpleComboBox in contrast to ExtendedComboBox Can anybody clarify Thanks, Leon Hi Marcel, Thanks for reply, but strictly speaking control types are not documented in " ...Show All

  • DamienAtCox customized test templates

    In the thread http://forums.microsoft.com/msdn/ShowPost.aspx PostID=13002 , it is explained how to create your own manual test templates. Easy enough. But, it would be nice to have the whole team working with the custom template. Is there an easy way to get this template an each machine I dont know about other source code control tools, but for source safe: Set the working firectly for the project where these files are located, and point ...Show All

  • Li Shao % Time in RT checks threshold

    Hi (slumley :)), I am loadtesting a sample ASP.NET web site with 4 requests. All of them extract image blob from the DB, through asp.net handler, and show it along with simple additional data. I get critical threshold value of 25% for the '% Time in RT checks' counter. How can I further investigate where the problem is located Thanks, Martin Thanks Bill Sometimes the threshold rule on % Time in RT checks will be fired wh ...Show All

  • kefei Sharepoint can't see ReportServer

    Hi there,, I've just installed the the Team Foundation Beta 3, on a dual server setup. But I can't get my reportingservices to work as expected I've just found out that the installation did't exclude the "Reports" and "ReportServer"-paths automatictly So I tried to go to my app-tier and open'ed a command-promt and typed:  > STSADM.EXE -o addpath -url http://tfs/ReportServer -type exclusion Then I get:  The server i ...Show All

484950515253545556575859606162636465

©2008 Software Development Network

powered by phorum