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

Software Development Network >> VS Team System

VS Team System

New Question

"Hidden" reports in RTM ..
VersionControlServer.QueryHistory question
Source Control doesn't do an automatic get latest on checkout?!
Problems with Check(Member member)
Trouble checking out *.csproj.vspscc from TFS after migrating from VSS 2005
Workitem to Workitem Transition
Using Team System for doc management?
Migration issue
Project Portal Sharepoint Search is slow
Code Profiling: .NET Framework Symbols

Top Answerers

Miguel Angel Gracia
swax
krv5
Adam Tatusko
weejay
toolman
billb59
VFP avid fan
Paul2006
Fiona Hughes
kiranreddys.com
Only Title

Answer Questions

  • Andreas Kuhlmann Team Build failure

    Using beta3, I have a team project (solution) containing 3 projects.  When I do the team build on this solution I get the following errors: Build FAILED. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(2797,9): error MSB3491: Could not write lines to file "obj\CadetCommandBase.vbproj.FileList.txt". Access to the path 'd:\builds\CadetCommand\CadetCommandTest\Sources\CadetCommandBase\obj\CadetCommandBase.vbproj.FileList ...Show All

  • John Fiala How to record the process of examining and commenting the file?

    as a rule, a file must be examined and commented serveral times, I want to record all these processes in TFS, How can I do for example, I write a word file and store it in TFS, but my leader found some faults, he want to add his opinion to make me modify it , where can he record his comments Thanks a lot! Hmmm I think TFS don't have that funcionality by default, but you can choose, to use w ...Show All

  • jn____ How to search TFS comments from Visual Studio

    Is there a way from Visual Studio to search changeset comments I don't think so. What I do is use MSN Desktop Search to search thru checkin emails. ...Show All

  • nitin82jain TFS Web service documentation

    Hi all Where can I find  the documentation for the web service interface for team foundation server I need to add bug work items from another system and it would be nice, if we can use a webservice interface to add the bugs. I have tried to look at the services in the webservices folders like "bisserver" and "Currituck" but I can not find a service suitable for our needs.  I can only find information for the ...Show All

  • MatthieuDemoulin FxCop Custom Rule: To check for variable name

    Hi, I am trying to check if variables declared inside functions follow coding standards. I have implemented the code to check for Boolean variable. Variable name must start with 'b' public override ProblemCollection Check(Member member) { if (member.NodeType == NodeType.Field) { //Local local = list ; Field field = member as Field; if (field != null ) { //type = field.Type.ToString(); if (field ...Show All

  • Trevor Hancock MSFT Is there a way to stop everyone to create a branch?

    Is there any permission to set to prohibit everyone from creating a new branch We only want some persons in a project to create a branch. Nope, sorry.  If the problem is reducing clutter in the folder where you store your "main" branches, you could deny PendChange on that parent folder.  (Make sure to turn off permission inheritance!) ...Show All

  • binara TFS based on wss 3.0 (beta)

    Could TFS be deployed on the new released WSS 3.0(beta) OK, I've found this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=441445&SiteID=1 So the short answser is NO. However, the good news is that the future version of TFS will support WSS 3.0. But I still have a related question on this. I have a TFS and WSS 2.0 installed on a Windows Server 2003. Could I install WSS 3.0 side by side with TFS and older WSS on the same ...Show All

  • E_l_i Warehouse Troubleshooting Guide

    This will be a living document and as we troubleshoot issues, we will add to the query and document. It will culminate in a consistency checker tool which automates the checking and ultimately other functions like kicking the warehouse etc... Feedback is welcome and I will update this data. Symptoms: The data in the reports is stale and doesn’t seem to ever get updated. The reports error out. An error has occurred during report pr ...Show All

  • mnTeddy Cannot create new Team Project

    I try to create a new Team Project (New Team Project button in Team Explorer window in VS) but it failed. You can find hereafter the log. I'm connected as AD5\slan which is in the Namespace Administrators group. Any idea 04/27/2005 11:28:36.292 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://etbx170:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0.0100142 seconds 04/2 ...Show All

  • Gareth Berry Daily wise resource allocation in MS Project

    HI All, I am trying to fetch dailywise allocation of resource. Where do I get no of unit resource assigned on daily. I am using OLEDB.11(MSP 2003) to access values from tables. Assignment table contains only cumulative quantity of resource allocated. But in AssignmentTimephasedByDay , i can see datewise allocation. But I couldnt get unit assigned dailybasis. Please help me Thanks in advance BBN BBN, Can you ...Show All

  • aagar_2003 Manual Test Authoring through Microsoft Office Infopath 2003

    If I wanted to use a Microsoft Office Infopath form instead of a Word or Excel document to author my manual test cases, what would be the best way to implement that I'm assuming that I would probably have to create a custom test type of some kind. Should I try to launch Infopath as an editor or something when the test is edited, or would it be easier to use the object model since there is already support for creating tests in Word and Excel f ...Show All

  • Paul Scheremet System Health Check stops install because of processor

    Any way around this Trying to build a VPC for education purposes. Laptop is 1.86GHZ with 2GB of memory. Giving 1+GB of memory to the VPC, but cant get past System Health Check. Is there any command line switch to turn this test off or any other way to get around this I tried setup.exe /no_bsln_check and the install wasnt bypassed Yup, you got it. We do generate the report dynamically in order to give you the b ...Show All

  • msdnmonk Session Value in URL

    In a webtest I've recorded, a session value is present in the URL for some of the requests. When I replay the webtest, the test is marked as passed even though it does not complete the desired business scenario. I understand that when I replay the script this session value is no longer valid and in fact I can see a new value being returned in a response header (in the Location field). The session value in the very next request is replaced ...Show All

  • Ivo Manolov -- MSFT How do I add a solution to a workspace for team build?

    Hi, The subject pretty much says it all, how do I do this Thanks, J The short version is that you can open up the solution in VS, right-click on the solution, and choose Add to Source Control.  Accept the defaults.  When it's finished, check in the changes by clicking Checkin in the Pending Checkins Tool Window (View -> Pending Checkins). Check out the Team Foundation Walkthroughs.  There ar ...Show All

  • AllanJ December CTP of VSTS has removed all support for Artifact linking????

    I noticed that our code will not compile with the new December CTP of VSTS b/c classes like Microsoft.TeamFoundation.Artifact have been removed.  Is the plan not to include linking of custom artifacts   Thanks, Nick Clarification:  Microsoft.TeamFoundation.Server.Artifact no longer exists.  So the question is... will linking of custom artifacts be supported ...Show All

808182838485868788899091929394959697

©2008 Software Development Network

powered by phorum