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

Software Development Network >> VS Team System

VS Team System

New Question

DisposableFieldsShouldBeDisposed
License Question
Project Creation Failure - "No user identity info returned from GSS"
Is there a Check-In Policy for making sure code has ZERO errors?
Questions : Installing and Configuring Team System
"Start selected test project without debugger" problem
Getting the Parameter name of a catch block.
Missing database updates when running a Web Test
code analysis
branching and merging in VS2005

Top Answerers

Jose Garcia
Fei-tian
LivetoCodeCodetoLive!
goranV
Whololo
Buck_Danny
Thomas Scheidegger
HS-Immeronline
DevB
Pete Lux
Evolynx RADIUS Server
Only Title

Answer Questions

  • Chris Adams - IIS Compile on Check-In

    Now I know there is a way to do this and please excuse me if this answered elsewhere. How do I set a policy for check-in that requires a project and/or solution build prior to allowing the check-in to committ   I am wanting to enforce the 'don't break the project or solution rule' and let continuous integration handle the 'don't break the build rule'. The second part I have a handle on but the first part of not committing a check-i ...Show All

  • laslous Deleting a Team Project

    I am using Beta 3 Refresh. I tried using the TFSDeleteProject utility to delete permanently a team project but it does not work. Here is what I use at the command prompt: TFSDeleteProject "My Project Name" All I get in return is the help for the utility. The project is not deleted. Then I tried specifying the server name: TFSDeleteProject /SERVER-NAME "My Project Name" and I get the error: Unrecognized option '/SERVER-NAME' What am I doing wrong ...Show All

  • jonathan seale No effect of "define _CRT_SECURE_NO_DEPRECATE 1"

    For the moment I want to suppress all the deprecated insecure functions during static code analysis.  I've added this line in two separate files that get included in all source files: #define _CRT_SECURE_NO_DEPRECATE 1 to no effect -- the output still contains warning of these functions.  A colleague has resorted to #pragma to supress these warnings.  I'm curious as to why this doesn't work as documented in the help. Thanks. Sam ...Show All

  • PauCl Error During Install of VS 2005 TFS

    Error 32000. The Commandline c:\program files\common files\microsoft shared\web server extensions\60\bin\stsadm.exe ... returned non-zero value: -2130246810 I'm doing a dual server installation. I've followed the steps in the install guide. Everything has checked out so far no problems. No when I get to the step of installing the TFS on the application tier I get the above error. Any ideas. Since we haven't heard from you for a ...Show All

  • fap99 Changing TFS Field Types

    While I've read this article regarding field utilities http://msdn2.microsoft.com/en-us/library/ms400725.aspx , is there any way to change the type of a field (witimport suggests no change once set) The 'String' type actually limits the length to something too short to meet our new needs and, while the 'HTML' type is sufficient, we would like to preserve the 2000+ odd work items that we have with values in this field already. Any info would be ...Show All

  • uk_boy Extending Upload Documents Functionality

    We would like VSTS to be a central repository of project documentation etc as its mean't to be but we already have a document management system (iManage - http://www.imanage.com/ ) with which we would like to extend the upload document functionality to allow referencing of documents. iManage does create shortcut files (.nrl) that would allow an item to be held within VSTS so is it possible to extend or replace the dialog thanks in advance ...Show All

  • AndreaMaria Project management without Visual Studio

    We are just getting started with Team System. My project manager does not have Visual Studio installed and would like to keep it that way. From what I understand, the project management (tracking progress, adding new work items) can be done from the Sharepoint site with the help of Microsoft Project and Microsoft Excel. However, clicking Project Management and then Development Project Plan shows no work items and no scenarios. In Visual Studio, ...Show All

  • JB Metrics How to build a test case for Unit testing SQL Reporting Services Reports?

    What would be the best approach for creating unit tests for SQL Reporting Services Reports I currently have no experience with the Testers edition, but am staring down the barrel of a large reporting conversion project and want to determine the best strategy for automating the testing. Thanks, Clayton Hi SQLMonger66, I think your best option is to use Web Tests to validate the reports. They will capture the HTTP traffic recor ...Show All

  • Ferentix Workitems and Permissions

    Hello, is it possible to prevent a certain kind of user group, e.g. [Project]\developers, from creating workitems of a certain type. The idea is, that only the PM is able to create "Task" workitems, but the developers may create other kinds of workitems e.g. bugs and so on. Thanks  Stephan Hi Stephan,                One way to ...Show All

  • ArunSun Anyone Have Success Installing Visual Studio 2005 Beta 2 Team Foundation Server?

    I've read through many of the postings here, but haven't seen a single posting from someone who has successfully installed this thing.  Regular pre-req thing, Windows 2003 Server SP1 32-bit, using VMware with 1Gig RAM assigned to this VM, attempting single-tier install.  Everything is done as specified in the instructions and everything works (and verified) until the last step -- the TFS itself. Same problems as others, at the very end ...Show All

  • ZMaster_ TF80071 after choosing TFS Project occured

    I receive the error within MS Project 2003 SP2 (German) TF80071: Team Foundation encountered an error while  accessing  the work item database. .. after i choose an existing TFS-Project. The connection to the server is OK, no error about wrong mappings etc. I'm using TFS Team Explorer Beta 3 and Project Server 2003 with SP2 German. The project is an Enterpriseproject stored on the server and not as an .mpp Any ideas ...Show All

  • Harold Jimenez Load test needs database

    I tried to run a load test consisting of a single web test, and at the end of the run it said I needed to create a database for my test results, or needed to set a connection string.  The error message had links to the help file, but they came up w/ "Item not found" in MSDN.  How can I set this up Here's the error I get: --------------------------- Microsoft Visual Studio --------------------------- Error occurred running test. (Compu ...Show All

  • Ariff Agent problems with Sept CTP

    I installed the new controller/agent on a clean machine.  It appears to have installed correctly, but I can't run any tests on the agent.  The test (a simple web click test) runs fine on my local machine.  I have bumped up tracing on the agent and service.  The controller log says it sucessfully queues the test run and the agent log says it sucessfully connects to the controller, but it just hangs there.  After a while, ...Show All

  • Travis Wright installation of team foundation server

    team foundation server - single machine - has not been possible to make the installation because the installer says that SqlServer is not installed.  What I can review   SqlServer is running. Perfect !!!! Thank You Marta, The check is looking that SQL Server is version 9.00.1399.06. Can you verify that that is the version number of your trial version ...Show All

  • cgruenzner FxCop 1.32 Source Code

    Hi, Many rules in the FxCop 1.32 are applicable to my scenario... and some of them not. Is the source code of the rules available to customize it... (drop rules that don't apply... localize messages... learn how rules are built... ) I think this will be very useful specially for whom are trying to create many custom rules, like me. Carlos Figueroa Microsoft MVP ASP/ASP.NET Carlos, We do not have plans to release the FxCop ...Show All

96979899012345678910111213

©2008 Software Development Network

powered by phorum