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

Software Development Network >> VS Team System

VS Team System

New Question

Cannot open database 'LoadTest' requested by login
Calling Webtest1 in Webtest2.
HOWTO backup a team project in TFS with beta2 version
WorkItemChanged event handler throws exception!
TF80071 connecting MPP to Team project
Does TFS Includes VSS?
Centralize suppressions (no more attributes) in VS2005
Scripting tf.exe using wscript.shell
Installation guide or Installation Manual?
Unable to access Team Foundation Server after Domain Migration

Top Answerers

break_r
eLeeL
Adam Friedman
ZMT
topographicaltales
grooveBiscuit
MikeDelaney
hdp203
Darwin Wright
BruceBoomstick
Stilo Technology
Only Title

Answer Questions

  • jimmsl Merging and Branching at MSFT

    Hi, I've read a few blogs on Merging and Branching so I know enough to be dangerous! Whilst reading these blogs I thought; how do MSFT do their branching Let me explain a little and I'll simplify things here. Say VS 2k5 used TF. When MS started they created the project in TF. Files were added to a main branch. Then it came round to Beta 1 time. There must have been some cut off point where they said; right, lets create a branch and call it Beta ...Show All

  • Zamma How I can show the line number where the error takes place

    How I can show the line number where the error takes place. Now I have this code: (but only it serves me in methods) public override Microsoft.Cci.Node Visit(Node node) { if (node.SourceContext.Document != null ) { this .SourceNode = node; return node; } else { return base .Visit(node); } } public void ControlarError(Problem problema, Node node) { try { Visit(node); ...Show All

  • DavWein Problems when building a asp.net project

    Hi, everyone, I encountered a problem when building a asp.net project (just a simple test project) using the team build. Whatever the build type I choose, ( I almost tried every combination: "debug|Any CPU","release|x86", and so on), I got a warning said: warning MSB4126: The specified solution configuration "......( The configuration type here )" s invalid. Please specify a valid solution configuration us ...Show All

  • Vasanthsr Global Alerts: Moving to TFS

    Hi all, We're currently in the process of evaluating and moving operations here over to TFS and looking forward to checking out how all the new builds work together when Beta 3 filters through. I just wanted to ask an 'Alerts' question. Is it possible for our Project Manager to still get global notification when task items are updated as it was before with Project Server The four Alert options in the Team menu of Visual Studio 2005 seem to onl ...Show All

  • Naresh Bhatia How to support Code Coverage

    We want to support Code Coverage for COBOL project System. Please tell us how to support Code Coverage with VSIP SDK. Please tell the topics about Code Coverage in VSIP Documents. Best Regards. Shinya, can you give more details about what you are asking There is no customization needed (or done) in menus based on programming language. Can you please provide more details about your question Thanks -Munjal ...Show All

  • resolve Can't Install TFS RC on a Domain Controller???

    We can no longer install TFS (RC) on a domain controller This worked in earlier betas and CTP versions. But now I'm told with the installer that this is not a supported configuration, yet the installation guide talks about installing on a DC. I wasted all this time setting up the DC system and get to the point of running TFS install and am told I can no longer do this I've seen Microsoft respondents in the past indicate that you can install on ...Show All

  • Jejomar Ronquillo WI Controls

    I've got a WorkItem I created that has a Summary and Workaround tab.  The summary field is displayed something like this: <Tab Label="Summary"> <Control Type="WorkItemLogControl" FieldName="System.History" Label="Detailed Description and History" LabelPosition="Top" Dock="Fill" /> While the Workaround is defined as: <Tab Label="Workaround"> <Control Type="WorkItemLogControl" FieldName="Sample.Workaround" Label="Worka ...Show All

  • MartinMalek Caching\Source Control abnormalities in Team Systems

    This is more of a overall problem I've been having then a specific problem. We currently are in a pilot project -- 4 developers, 1 architect, 2 ba's, 1 pm, and 2 dba's. The code we have been working on has multiple projects of different types (web, web deployment, setup, class library, etc) and we've been in a bit of flux as we've been investigating different architectual problems. As we have been adding and removing different projects there ...Show All

  • ShaneBrown1979 Premature aborting of WebTest - How scalable is WebTest?

    I currently have a webtest that is approximately 10MB with about 5000 requests. Now, when I try to run this webtest, it prematurely aborts without giving any indication as to why it aborted.  I get to about 40% of the requests, then webtest simply stops. I am currently running RC1, with 1.5G of RAM, Pentium 4. Also, while it did not complete all of the requests in this webtest, it did generate a results file (TRX), which is approximately 20 ...Show All

  • Bob Lafleur Error 32000 with createds.exe; PLEASE HELP!

    Hi all.  I am getting an error when I am almost at the end of single-tier installation of the Beta 2 version.  Upgraing to the latest release is not an option for me so could any one please help me through this The command line and the error are below: C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\uninst all>createds " http://FOUNDATIONSRVR/ReportServer/ReportService.asmx " TfsReportDS "Data source= ...Show All

  • davecarrera Policy violations email

    How do I set up the email address(es) to which I send emails if there has been a source control check-in policy violation Thanks You can also look in the version control database and query it to find the policy violators...it can be quite a hoot what some people write as their excuse... :) So all the presentations that say "we'll send an email to your manager" are wrong When you override the policy d ...Show All

  • AnneR Is it possible to run a sql script as a test or a step inside the test?

    Hi, Is it possible to run a sql script from inside visual studio as one of the tests or a step inside a test This is what I'm trying to do. I have a bunch of web tests that I am running through an ordered test. My tests get executed as follows: Web Test1 Web Test2 Web Test3 ... Web TestN I need to insert some data into the database between Web Test2 and Web Test3. The way I do it now is I have two ordered tests. The firs ...Show All

  • Joe Tarsha Getting ready to switch to TFS for work items

    For the past 3 weeks the developers have been doing extra work. Trying to manage the WOrk Items in TFS as well as our current product tracker. We are ready to do the switch and stop all our staff from using the current product tracker for our main application. We don't know if we can do it fully. A lot of information in our Product Tracker is about future design's for years down the road, idea's and features everyone and anyone thought would ...Show All

  • Alex Korobkov Profiler instrumentation of C++ classes

    Can someone point to the documentation describing. Specifically I need to explicitly include member functions of some template classes. The command line says: /INCLUDE:funcspec+ Simple functions work fine, but I can't find the way to supply template functions (e.g. map<string, double>::find) Also, it there a way to supply response file (configuration file) rather than spelling out everything on command line ...Show All

  • Chris Hubbard Delete global list imported by glimport?

    Can you delete a global list that was imported by glimport If so, how Thanks. You cannot delete a global list once it has been created - this is not supported. Thanks, Alex ...Show All

606162636465666768697071727374757677

©2008 Software Development Network

powered by phorum