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

Software Development Network >> VS Team System

VS Team System

New Question

Source Control doesn't do an automatic get latest on checkout?!
comparing result in webtesting
Class Diagrammer - Disappointed
Customizing Code Analysis
adding existing manual test (word doc) to TS
Can multiple team projects use the same source control tree?
MS: Please share Setup.vdproj information
How can TFS be installed with an existing Sharepoint?
Error 28925. TFServerStatusValidator:Calling the Team Foundation Server ServerStatus Web service failed.
a "pre-sales" question of sorts about source control in TFS

Top Answerers

mark4asp
Minakovic
Jules
Shadowlock Holmes
Acartina
mdtdba
Chuck S.
Congero
Kantei
baolsen
Tek-Tips Forums - Microsoft
Only Title

Answer Questions

  • Shri73463 Adding users/ groups with "/" char in the caption of the name

    Hi, I am running Team foundation RTM. When I try to add windows domain users to one of the security groups I get the error: "Team Foundation Server could not resolve the user 'XXXXX/XXXX'. The user or group might be a member of a different domain , or the server might not have access to that domain. Verify the domain membership of the server and any domain trusts". I noticed it only happens with users ot group wh ...Show All

  • Jack Vaughan Do we get any CAL with TFS Standard?

    According to Rob Caron's post, ( http://blogs.msdn.com/robcaron/archive/2006/03/16/553121.aspx ), Workgroup edition will only give us 5 licences, and if I have 15 developers, all with MSDN licences, I will have 15 licences for TFS server, but I still have to purchase TFS Standard edition in order to have all 15 of my developers access the same server. Sure seems like there should be a better way to do this. Like, for instance, everyone who buys ...Show All

  • never_again VSTS Speed

    So far I have been very disappointed with the speed of VSTS.  Whenever I run projects locally everything is fairly smooth.  However, once I connect to Team Foundation and check something in the entire app seems to do nothing for long periods of time.  I checked the CPU, Memory, and Network on the client the App/Data PC.  They all look like they are doing nothing.  If I wait for an hour... suddenly everything checks in.& ...Show All

  • Adrey Difference between sal.h and SourceAnnotations.h

    Does anybody know the difference between sal.h and SourceAnnotations.h. The documentation documents both options as a way to add info to a function prototypes that will improve static code analysis. sal.h is based on preprocessor macros and SourceAnnotations.h uses attributes. Is one method better then the other The attributes defined in SourceAnnotations.h are the supported way for you to annotate your cod ...Show All

  • Xavi Navarro When is VSTS Beta3 Extensibility Kit releasing?

     I'm looking for sample apps for Beta3 WorkItem Object Model to import bugs from Beta2 server to Beta3 server. I was told that it will be releasing soon. Does anyone know the exact date Thanks, Anu Thanks Ajay. Now, when exactly is this Beta3 refresh and extensibility kit releasing Thanks, Anu It'll probably be released in a week or so.  You'll be able to find it at the following page. http://www.vsipdev.com/download ...Show All

  • Ray S How can I encode a POST body in a coded webtest?

    This is my feable attempt: byte [] cmdBytes = Encoding .UTF8.GetBytes(strBody); Stream st = request1Body.GetBodyStream(); st.Write(cmdBytes, 0, cmdBytes.Length); st.Flush(); st.Close(); Throwing the following exception: {"Memory stream is not expandable."} Thanks Josh.  I wasn't aware of this StringHttpBody oject and it should come in useful in the future.  However, I probably should ...Show All

  • Benwhit TFS over Internet - Receive TF31002 Unable To Connect

    I am running TFS in Single Server mode (ATDT on 1 machine) and am using the Workgroup edition that came with my MSDN license. Everything works great when connecting from VS Team Explorer on the server. I can't seem to connect with Team Explorer from my workstation machine. I am trying to connect over the internet, not local LAN. Can someone please point me in the right direction. thanks, Chris Jim ...Show All

  • doubty How to undelete items from Source Control?

    I have been trying to get Team System up and running to gather experience for the "real thing" in November. Now one of the major things is of course Source Control. I have checked in several things and then deleted a few. Now, I'd like to undelete some of those. However, I can't seem to find a way to do so. I can still see the files when I do a "Get Specific Version", but how do I actually get them back into the current version ...Show All

  • daveimme Modify the Build Log : Exporting information to the Build Log file

    I was wondering if there was any way to edit the tfsbuild.proj file to export information to the build log... Anybody knows For example I'd like to export the label of the project I'm getting...   Thank you very much for this quick answer!  you can override one of the targets present in Microsoft.TeamFoundation.Build.targets in the TfsBuild.proj ( See http://blogs.msdn.com/nagarajp/archive/2005 ...Show All

  • Harini K P Code coverage / signed assemblies / unit tests fail

    Hi, I'm using VS 2005 RC1 and having problems with a unit testing/code coverage/signed assembly combo meal. I have unit tests that succeed against the assemblies without code coverage turned on. The assemblies are all signed with a common key file. When I turn on code coverage all my unit tests fail with a: "Strong name verification failed for the instrumented assembly 'Business.Entity.Assets, Version=1.0.0.0, Culture=neutral, Pub ...Show All

  • Carsten M. Horlacher 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

  • KeithFranklin What is a minimum install to get code coverage and profiler?

    I am a little confused about what I should install if I want to try code coverage and profiler tools on a single machine. AFAIK VS 2005 Standard that is available for download does not include these tools, they are part of VS Team. But do I need to install Team Foundation Server in order to run code coverage I would like to manage with minimum installation if possible. Thanks in advance They are only includes VS Team System. However, you ...Show All

  • Divider Project creation problem

    OK I'm probably being dense here. Installation is a single server with reporting services, sharepoint, SQL all running. I can get to the relevant pages. The client can see the server and ping it over the network. Both are in a W2K3 domain and the DC is running SP1 as is the VSTF Server. tfssetup and tfsservice are both local admins and domain admins so should have all the necessary permissions. I'm logged in using the tfssetup account (tried als ...Show All

  • jenr Web Recordings not getting inserted in script

    This may be a FAQ. I have just installed the release version VS2005 Team Tester and am trying to record a web test script. I press record (and also tried "add recording") IE pops up and I record a short series of URLs (yahoo, google) and press "Stop Recording" but nothing gets inserted into the test script. Seems to be a disconnect between IE and getting the steps back into the web test script. Is there something obvious I ...Show All

  • trehberg VS 2005 RC aligns with what version of TFS?

    There is no TFS beta 3 posted yet--which version of TFS does the VS RC work with I also thought that there will be a TFS Beta3 version by now. Is there something I don't know I've also been trying to find out about this. We're on the July CTP of both TFS and VS2005 and we'd like to move to VS2005 RC1 if there's a stable version of TFS we can use with it. ...Show All

343536373839404142434445464748495051

©2008 Software Development Network

powered by phorum