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

Software Development Network >> VS Team System

VS Team System

New Question

[FxCop] error on analysis in 1.35
Taking actions in TeamBuild on a failed task w/o stopping the build (TFS chat followup Q.)
Web Testing - When used in Load Test, nothing written to System
Red x on documents folder in team explorer
Workspace.PendAdd, the EnvDTE and "Refresh Status"
Popup from portal page - "Unable to locate control: ctl00oReportCell"
Extending the Bug Tracking Capabilities
Visual Studio Team Suite Licence
Beta 3 Setup Error: Windows SharePoint Services is not configured as recommended by Team Foundation Server
How to grant users rights to create team projects?

Top Answerers

shp21
Brian12184
Andrew Robinson
RichSmith
Sunil Pawar
Sweed
Skyblue1
qball0203
jp2mail
phouldri
RFG Software Ltd
Only Title

Answer Questions

  • Dave1111 Source Control not getting the latest version

    Currently using the following: TFS Dec Beta 3 Refresh installed on a single Windows 2003 server VS 2005 installed on XP machine. If I have a class that has a method that takes a single int paramter and this file is checked in and is assigned changeset number 5 ... then I check out this class and change the method parameter from int to double and check that in and is assigned changeset number 7.  Then I perform a "Get Specific Ver ...Show All

  • Danielyaakove Data driven Load testing

    I want to do run load testing, but make it data driven so that each instance uses a different 'user'. From what I see in defining web tests, you can make them data driven, but I don't see how to make each instance use a unique record from the data source. It appears to run for all records in the data source. Suggestions Thanks, Tom I have used a separate, custom database with stored procedures to drive my unit test's par ...Show All

  • jrmoto Connect feedback site

    Since yesterday night the Connect site has the new Visual Studio version so we can now use it to provide feedback. However afaik there's no quick way to find feedbacks only for Visual Studio for DB Pros, I suggest we use a convention in the title, something like "problem bla bla bla in VSTE4DBPros " so before entering something we can quickly see all problems related only to this version. It's a bit hard to find, but on the ...Show All

  • Vivek Mohan <REQUIRED/> rule is not working.

    Hi I am trying to put the <REQUIRED/> rule for a field in particular state (closed) so that it can't be kept empty while closing (i.e changing state to Closed) the work item. But it seems to be not working i.e. one is able to Close without anything entered in that particular field. First I tried putting it under <WORKFLOW><STATES><STATE value="Closed">. When it didn’t work I tried putting it under < ...Show All

  • Kris Wragg vssconverter migrate produces Unable to Connect to Team Foundation Server message

    I have already successfully done the 'analyze' of my VSS database before importing it into Team Foundation Server, but when I attempt to do the 'migrate' portion, I get the following error: ======== Unable to connect to Team Foundation Server -- The underlying connection was closed: The connection was closed unexpectedly. ======== The call that I am making is as follows: >"C:\Program Files\Microsoft Visual Studio 8\Common\IDE"\VSSConverter /c ...Show All

  • vetlinda Help me justify TeamSystem to my boss.

    Hello. I am on a company that they actually work with another platform but they just knew that they had to satisfy their customers with .net applications. I have seen some screenshots of team foundation server, unit, test, class designer, report of bugs, and many things more.  I need to justify this. The test are actually donde manually and the indicators of bugs and so on are also done manually.  AS this is in beta2 yet I think its ve ...Show All

  • Emerson Tadeu Unit testing and exceptions

    Hello, I'm currently writing a test project for our inhouse framework. When I use a target and accessor everything works just fine. There is 1 thing that is going wrong: When I use a method from the Business class I'm testing e.g. accessor.Create(...) and this method in out business class throws an InvalidBusinessOperationException (custom exception) the testmethod exceptionhandling is catching the exception as a TargetInvocationException, in t ...Show All

  • demo1 Custom Reports using DataSet Extension Problem...

    We are deploying a custom DataSet extension for Reporting Services.   Our assemblies use the VSTS extensibility API’s.   When running the code on development we are able to connect to a VSTS server and pull data without any problem. When running the code on the Reporting Services server we get the following message when trying to connect to VSTS:   Could not load file or assembly 'Microsoft.VisualStudio.Currituck.Proxies. ...Show All

  • jameswilson Change Domains

    I recently migrated my BETA3 TFS install to a new domain.  Everything went fairly smoothly, but I'm having one problem that I'm unable to fix.  I cannot change the user assigned to the [SERVER]\Service Accounts group.  The group has a single read-only member: the TFSSERVICE user from the domain the server has left. TFS seems to be working okay with this account as is for Source Control.  However, when I try and create a ...Show All

  • cya Synchronization of two TFS?

    Hi, I'm wondering if there is a possibity to synchronize 2 team foundation servers I want to synchronize a project (worked on on both tfs) every day or so. thanks, Rhapsy Yes, sure, I will try to explain in more detail. First of all you have to know there is a complete object model for Woritems, it allows you to create and modify work items. You must download Visual Studio 2005 SDK to have ...Show All

  • sunzhoujian I have 2 Q

    1. I have a problem creating a New Team Project "Unable to connect to the Windows SharePoint Services at SQL2005DEV " why See the log below.   2. if I want to backup the project and restore it on another server with a different name is it a problem , I saw the I need to back up the DB and the share print server and and and .... is there a single simple on command line way or a batch file that can do it in a more simple w ...Show All

  • acerpgh Error checking out files "user cancellation occurred"

    I'm getting the following error when attempting to check out a file: "An error or user cancellation occurred during checkout. Some files may not have been checked out. (File was not checked out.)" I had TFS source control working fine for a long time. Then, I ran into a problem with VS and its default Project directory in Documents and Settings. I was getting pathnames that were too long because of extreme nesting of folders in an e ...Show All

  • Scott Weinstein Retrieving the workitem delta between two labels

    Good day, I currently have some automated builds in place which run continuously throughout the day. However, each build displays the new workitems associated with that single build (at times only 2-3 checkins for each build iteration). What I'm looking for is a command line that will display the delta of checkins done between the first build of the day and the last build of the day, on that given build type (I thought of using another bui ...Show All

  • TomThe1337 Error code is 26403

    I get a very generic message during the upgrade about the source possibily being corupt.  --------------------------- Microsoft Visual Studio 2005 Team Foundation Server Setup --------------------------- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 26403. --------------------------- OK   --------------------------- I checked the in ...Show All

  • GuillermoRendoN Best Practices for Source Control promotion

    TFSC has powerful features for branching and merging, but there is, as far as I can tell, almost no information on how to use it in a real-world production environment. Particularly concerning software promotion coupled with security. Does anyone know of any writeups and/or tutorials on this The existing walkthru's are coming up short. Here are a couple of places to start: http://blogs.msdn.com/team_foundat ...Show All

626364656667686970717273747576777879

©2008 Software Development Network

powered by phorum