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

Software Development Network >> VS Team System

VS Team System

New Question

Deployment attribute : System Designer
Newbie: Understanding work items
How can i create a new work item category?
Code Coverage and Unit Testing Test Results
Error 32000: Team foundation server installation setup fails.
Merge by changeset
Proxy Configuration for Dummies
Getting list of builds using Object Model
VSTS Developer & Test Tools MSDN Public Chat - Wed 10/19 @ 10am PST
MarkMembersAsStatic documentation

Top Answerers

Ljones27
Sunny Boy
FearTec
Paulvo
BillyD
GrooveBox
Youz
HidekiAI1
Sarah Roberts
caroco
Tocsi
Only Title

Answer Questions

  • PaulFila the request failed with http status 404

    when I tried to open the team explorer I got the following error the request failed with http status 404 There are a number of things that can cause 404.  However, I need to ask a few questions and get some info from you. 1. When creating a team project, what is the error from the log. 2. What are you doing when getting a 404   Are you browsing http://<apptier> or :8080">http://<apptier>:8080 or http://<apptier&g ...Show All

  • RARiedel Adding links or attachments to Work Items in the Process Template

    Hi,     Is it possible to attach files or add hyperlinks to work items in the process template plug-in for work item tacking         I need my custom process template to create work items with references to external files (Word documents in my case). The file could be an attachment or an hyperlink to a file in the project portal.     To clarify myself I'll give an example: I have adde ...Show All

  • Vimla-Frank CA1817 when populating a DataGridView

    Heya, we are using the VS2005 integrated FxCop version. When we populate a DataGridView we get this error: CA1817 : Microsoft.Performance : Within UCModuleProperties.Populate():Void, consider getting the value of 'DataGridViewRowCollection.get_Item(Int32):DataGridViewRow' once and caching it inside a local variable before entering the loop. The code looks like this: foreach ( BusinessObject bo in bos.Rows) { string name = ...Show All

  • KoalaGerch How do file attachments get saved?

    Through the API, If I look at the collection of Attachments associated with a work item and look at an indivdual attachment I see the following: AttachedBy: "" AttachedTime: {5/18/2005 12:15:39 PM} AttachedTimeUtc: {5/18/2005 5:15:39 PM} Comment: "" CreationTime: {5/18/2005 7:10:56 AM} CreationTimeUtc: {5/18/2005 12:10:56 PM} Extension: ".doc" IsSaved: true LastWriteTime: {5/18/2005 12:10:57 PM} LastWriteTimeUtc: {5/18/2005 5:10:57 PM} Length: ...Show All

  • KN1123 Registering com during build

    Hi all I'm trying to register a COM dll during the build process, my Regsvr32 is looking ok but it returns an error code of 3. However when I try and register manually (whilst remotely working on the server) it works absolutely fine. Any ideas Thanks Kev Something to consider is whether the build service account has sufficient permission to register the dll on the system. When you tried it manually were you u ...Show All

  • TDRS About workstream "Process Bootstrap"

    Can someone explain to me more detail about the activities below : -    Establish Product Integration Procedures -    Establish Verification Procedures -    Manage Traceability of Requirements -    Perform Configuration Audit on workstream diagram "Process Bootstrap" (you can find it in \MSF for CMMI Process Improvement\Doc\MSF Process Design\ProcessBootstrap.doc or Pr ...Show All

  • robboonline Team project still exists in TFSWarehouse database after TFSDeleteProject.exe has run

    I have removed an entire team project by running TFSDeleteProject but the project still exists in the TFSWarehouse database. Is there a way I can delete the projects from the database Thanks, Jay Hi Adam, I have used the /force option. I found the "TFSDeleteProject" tool in a blog. It also stated that the projects would not be deleted from the TFSWarehouse table. I thought maybe someone had alre ...Show All

  • MauroM TF10139: problem after upgrade freom B3R to RTM

    Hello all, After the upgrade from B3R to RTM I have the following problem during check-in of an previously excisting project: TF10139: The following check-in policies have not been statisfied Internal error in Ensures that code analysis is run with a defined set of rules. On the project Code Analysis is enabeled and on the Team Project setting: Check in policy: Code Analysis has been added. If I override the policy, I get an error ...Show All

  • Mjman15 Adding CC list to work item/bug?

    Hello, I would like to be able to add a list of persons which receive a CC (per email) each time a Work Item (or Bug) has changed. How could I do that Best regards, Martin It's a reasonable request but it's not a feature that TFS supports today. You could create subscriptions (using our API) for any people you want to see changes to any given set of work items you choose, however. Sorry it's not easier than t ...Show All

  • Dave.NET Web tests resulting in Internal Server error due to Invalid ViewState

    I am seeing an odd problem when testing our web site.  I have no problems navigating through our website manually from a web browser and experience no problems when creating a web test that navigates through our web site. But, when I run the web test I created, then I keep getting an "Internal Server Error" on the first server page transfer.  When I look at our server logs it indicates that the problem is caused by an invalid ViewStat ...Show All

  • jwelch Another 32000 error

    I'm getting this error when installing the foundation server piece Error 32000. The Commandline “c:\program files\microsoft visual studio 2005 Enterprise Server\BISIISDIR\sdk\bin\Bisregedit.exe” http://TEAMSRV01:8080/SCC/public/application/ServiceDefinition.aspx ” TEAMSRV01 BisDB’ returned non-zero value: 1. I get a choice to retry to cancel. If I click retry a few times nothing really happens, I get the same error and the installation s ...Show All

  • SarahJ Where to download MSFWinBuild?

    I'm in the process of customizing the MSF Agile Process Guidance.  I have been using the Process Guidance Customization Guide from the Visual Studio October SDK. This guide mentions that the MSFWinBuild Tool is useful to pre-render the HTML files.  The guide says that this tool can be downloaded from http://msdn2.microsoft.com/en-us/library/ms243893.aspx . However, I can't find the download.  Where can I download t ...Show All

  • c4210 Unable to access Team Foundation Server after Domain Migration

    Hi, Initially, we were able to connect to the Team Foundation Server and access Work Items as well as the Source Code, as 'Contributors', but after we were migrated to a diffferent trusted Domain, we have got the following error, whenever trying to access the Foundation Server: "TF26000: Could not connect to the Team Foundation Server. Check that you have a network connection and that your Team Foundation server is available." ...Show All

  • mike5432 Custom Work Items

    I have several custom work items created. One in particular I want to create another tab with an Html control in it, but I want the Html control to hold a default value. I can create the tab and control fine, but how do I assign a default text value to that control the max length that can be preset is 255 I am new to this but there are a couple of ways I know of. 1. When you create your field, You ...Show All

  • jasin14 Team System template Summary

    I'm looking for a way to completely summarize the templates. Anyone know if there is a way to do this Take a look at the Team System Extensibility Kit, which is available as a part of Visual Studio 2005 SDK (can be downloaded at http://affiliate.vsipmembers.com/affiliate/downloadFiles.aspx ; registration is required) - at least this will give you information on customizing work item types. Thanks, Alex ...Show All

151617181920212223242526272829303132

©2008 Software Development Network

powered by phorum