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

Software Development Network >> VS Team System

VS Team System

New Question

Certified for Team System
Need to place Team Foundation Server data on different drive
Using Sharepoint Server 2007 with TFS
Reporting Services failure
Ignoring certain DependentRequests return codes..
Track the "for" statement
Can't add domain user to TFS groups
Adaptive Object Modelling
TF53010: An unexpected condition has occurred in a Team Foundation componen
Help creating a team project

Top Answerers

Ramirez
porov
flavio2007
Sidhartha
Paul Stubbs
MOSJIM
Bliszek
heello
paulwise3
Antonis
XMLmind
Only Title

Answer Questions

  • Rahul Kulshreshtha MscIT Warning: Don't use "I'm a friendly name <some-email@somewhere.com>" for the notification email

    Wanted to share something. I used: Team Foundation Server on OURSERVER <no-reply@domain.com> For the email address (as I hate getting emails with no good name). The setup halted with the web service error (28100)... The setup program shoved the characters < and > literally into the xml web.config file. Modifying the web.config for the /services app and removing them fixed the error and allowed the setup to complete. Cheers! -Sean ...Show All

  • hiwiller Create a Test List in VSTE For Dev

    I am trying to set up a build type in Team Foundation Server that runs a set of unit tests as part of the build process. However all the docs I see reference features I can't find. I suspect they are part of TE for Testers, which I don't have. How can someone who does not have Team Suite, or Team Edition for Testers create a build type that can run unit tests Wow, this is an amazingly bad idea. Who do they thi ...Show All

  • donnie100 beta2 disapointing - beta1 was more stable !

    Beta2 is pretty disapointing. I have been using beta1 since it was dropped and really enjoyed its stability (impressive for a beta1) while developping win forms apps in VB. Ok, a few crashes, few bugs (like Controls renaming) but it was fine. Beta2 is another story. To avoid incompatibility issues, I recreated from scratch all my apps (including datasets and UIs) and only copy/pasted the code I had written with beta1. In 4 days using Beta2, I ha ...Show All

  • corel-DII MS Project Integration and Assigned To Field

    Can I change the binding for a work item in Team Explorer as it seems to be bound to the Active Directory Display Name which has the format of 'Surname, Firstname'. This is a problem when imported into Project as it defines a task as having 2 resources, one for the surname and one for the firstname which also effects the actual task time and therefore cannot be published back to TFS. Thanks for that Nathan. Fou ...Show All

  • ironhead.chuang VSS Converter error

    I've installed Visual Studio 2005 Team Suite and tried to migrate a VSS database to TFS but get message that VSS 2005 is not installed. I thought VSS was supposed to come with Team Suite If I recall correctly, the VSTS sku includes VSS, but it is not part of the default install package. If you do custom install and include VSS (or do a full install), that should do the trick (you can also run change/remove on ...Show All

  • Curt Carpenter How to extract list of changed files

    Hi Is it possible to obtain a list of files that have changed between two labels or changesets The history view does show the list of changeset, is there perhaps a way to drill down across the list of changesets Thanks Rivaaj, I don't believe there is a way to do it from the GUI, but the following command line command will give you what you're looking for. The command: tf history /r $/myteamproject ...Show All

  • GapToN Time I take to resolve a work item (Real and Planned)

    I would like to have 2 new fields, one that will fill the project manager, for example. 1.  Create database   (24 hours) but the person who designs the database didnt take 24 hours, it took houirs or less than 24 hours, so I would like to have reports that tell me if the projects are on time or not. Any recommendation Thanks Hi Luis, Have you taken a look a team project created with the MSF for Agile methodology When you ...Show All

  • Tom&amp;#225;&amp;#353; Pajonk How to properly scope

    All was working fine till I tried to suppress a large number of similar messages in an enum. I've been having a really bad time trying to get this to work, I was wondering if somesone could help me out and tell me what I'm doing wrong. using System; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; namespace Foo { [module: SuppressMessage("Microsoft.Design", "CA1008:EnumsShoul ...Show All

  • Electrum MarkMethodsAsStatic false positive

    The violation is raised for the following code: public interface IMyInterface {    int MyMethod(); } public class MyClass : IMyInterface {     public int MyMethod()    {        return 1;    } } Of course if I mark the method as static as suggested, I get a compiler error (... does not implement interface member...). I think it could be argue ...Show All

  • stronghold TFS says KB913393 is not installed when it is

    Hi, I am trying to install TFS on a single server running Windows 2003 R2. Setup reports that ASP.NET 2.0 QFE KB913393 needs to be installed. However, I have now installed KB913393 several times and it doesn't appear to make any difference. When I run the KB913393 setup I see a message asking if I want to install the Hotfix. I then see a Licence Agreement screen followed by a progress bar as something is installed. However, I don't see any ...Show All

  • Moody2006 Source control "get" troubles

    I'm having a few problems with the Team Foundation Source Control. 1. When someone else has checked in various new files and I do a "get", very often I will still end up without a copy of some of the newly added files. Some will be copied correctly, but others will be missing. The missing files are shown greyed out in Source Control Explorer. If I try to get these particular files through Source Control Explorer, it shows a messa ...Show All

  • mjy78 Sample: Continuous Integration Using Team Build

    A sample to setup Continuous Integration using Team Foundation Build has been posted.  A detailed article on the sample will be getting published soon on MSDN meanwhile you can use this blog to get started with it. -Khushboo   Yeap, it is super cool!!! I'm trying this CI example but get the following error: Detailed Message: System.Web.Services.Protocols.SoapException: Server did not r ...Show All

  • TheRedEye FxCop SDK stabilization estimation ;-)

    Hi. the FxCop FAQ says there will be made no FxCop SDK documentation available until it stabilizes. Are there any milestones known when this should (and hopefully will) be Next month This summer Christmas 2008 :-) thanks for your great work so far. I need to write so many rules.. Kind regards from Cologne, Daniel Daniel, Providing a powerful, stable and fully documented platform for writing cust ...Show All

  • mx666_! Document Templates

    I'm missing the templates for "Baseline Configuration Management" workstream (CM Plan, Access Control Policy and GuideLines). Will they be present on final release Regards, Max Andrade Thanks David, but, in this case, how should we work on the 5th activity of that work stream (Establish Configuration Management Records) It demands the storage of the products in the Configuration System and  ...Show All

  • kachh MSTest can't find tests in the VSMDI file

    I have a solution with two assemblies and two separate (corresponding) test assemblies. At the root is the vsmdi file. Whilst in the IDE I can click on the vsmdi file and see the available tests that can be run... And all works well If I go to the command line and run (from the solution root) MsTest /testmetadata:My.tests.vsmdi I get a "No tests to execute" message I am actually looking at putting together an automated server buil ...Show All

818283848586878889909192939495969798

©2008 Software Development Network

powered by phorum