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

Software Development Network >> VS Team System

VS Team System

New Question

Procedure for using Build Server with Multiple Branches
Change of Team Explorer User
VSTS Architect vs. VSTS Developer
#region & #endregion
How to specify custom constraints?
Building VS.NET 2003 Solutions
Possible to detect use of enum.ToString()?
New Group remains invisible by WIT system - round 2
Other platforms for project management
Bug in MS Project integration

Top Answerers

lsberman
cavehop
Art Johnson
PVIDDY
Rivorus
flaviosnery
pjks100
rguez_18
btv002
Scott Reynolds
Microsoft
Only Title

Answer Questions

  • vo_yage comparing result in webtesting

    For example I recorded (search for july 3 messages in my website)it gave 1000msges.and for some reason i want to use the same search criteria for search and do the search few days later and now it is giving me 500 msges for the same website and same search criteria.i would like to know is there a way this software compares present result against previous result using this tool.if yes then how do we do that thanks in advance. Thanks Ri ...Show All

  • KenHay vssscc file corrupt

    Somehow (not too sure how it has happened) the <solutionname>.vssscc file has become corrupt in the Team Foundation Source Control. Performing an h get * in the directory that is bound to the solution folder in source control give an error about nulls in the database on the vssscc item. h get * /force seems to ignore the error and proceed though. This is causing our Team Build to fail when getting the solution out of source control. Any ...Show All

  • Lata <AssemblyInitializeAttribute> <ClassInitializeAttribute>

    Hi, I wanted to put some global initialization code for my unit tests into a method call flagged with the <AssemblyInitializeAttribute>. I simply implemented a method with no parameters in VB.Net, similar to the method for the <TestInitialize()> attribute. It keeps telling me that my function signature is wrong. What argument should the method call take I was looking through the documentation but could not find anything. I had th ...Show All

  • Pramod Yadav TFStructureControl

    Hi guys, Can somebody explain me how TFStructureControl can be used Is it supposed to be used with Iteration Path and Area Path fields only It is completely disregards FieldName attribute if it is not IterationPath or AreaPath. If I want to use it for couple of different fields (for example Found in Module and Related Module), can I do it Thanks in Advance, Leon Thanks Naren Yes, this can be used only with AreaPath and IterationPath ...Show All

  • BlackGrouse Changing Permissions on New Branches

    Hi, I am working on a project to migrate from a custom version control system to Team System and I am currently investigating auditing possibilities. One preposed method is to have developers branch from the current project baseline, work in the new branch and then have an auditor merge the changes from the new branch to the baseline. The problem with this is that developers do not have checkin privileges on the project's baseline so when the ...Show All

  • Rubal Jain TeamFoundationServerUnauthorizedException

    I'm trying to access TeamFoundationServer from another machine, and keep getting TeamFoundationServerUnauthorizedException errors. I'm writing a simple app to list WorkItems but cannot get access to the Server.         NetworkCredential nc = new NetworkCredential( "myusernameondomain", "mypassword","domain_name_tfs_sits_on" );         TeamFoundationServer tfServer = TeamFoundati ...Show All

  • Vincent123 I can not execute building a web site in team builds?

    hi All! I met proplem with building a web site. I read many article, i sure that the solution file mapped to correctly path of source folder. while i running build, only a file has name: "BuildLog.txt" was droped down in "Drop Location". the content of buildlog.txt file is below: please help me if you find out the way to solve this issue. thanks. Build started 6/5/2006 4:42:35 PM. ______________________________ ...Show All

  • Nevan Custom Validation Rules and Parameters

    I have a custom validation rule. With various parameters. String, bool etc. All of which appear in the UI when applying a validation rule. I also have an enum which is referenced throughout the various classes in my project. eg public enum ApplicationLaunchType {     Hello = 0,     Good = 1,     bye = 2,     etc = 3, } I'd like to be able to select one of these values as a p ...Show All

  • Thomas Skovsende Project delete left source folder in inconsistent state

    While deleting a project (or actually I think while creating the first team project on the TFS) all the permissions were not set correctly. This left me with an orphan Souce code control folder. I have no other obvious portions of the project but a folder does show up under source code control (it's empty). Is their a means to get rid of this Have you tried TFSDeleteProject /force Brian Yes I did t ...Show All

  • Sam Lowry139354 Localize FxCop Messages

    Hi, I need FxCop Messages be displayed in Spanish. How Can I localize these messages Carlos Figueroa Microsoft MVP ASP/ASP.NET Carlos, Do you want to localize your custom rules messages or FxCop's Regards David David, The version that is integrated with Visual Studio Team Developer and Team Suite can analyze assemblies built on Framework 1.1 Is included in the MSDN distribution of Team Suite Can I bu ...Show All

  • wojtek.n Web test relative paths

    With unit tests I can use relative paths (even go so far as to adding them to the config file) Can I do something simular with webtests Since a web test is simply an XML file I assume I could open the web test and edit it, but would like to hear if there is an easier way.   Thanks, TomK Thanks Sean; It would have bit me at some point. All I had done was stripped off the 1st part of the location (c:\my doc...) To ...Show All

  • Efren Build machine is not reachable

    I'm having trouble getting a Team Build type to run.  The error message that I receive is "Build machine is not reachable". I have defined the Build Machine as 'teamfoundation' in my build type, which is the name of the Team Foundation server (creative, I know).  I've tried various combinations of this, including the IP address, the FQN, and I've tried all of these from remote machines and on the server itself. Everything appears to be ...Show All

  • FirstMalone TypeNamesShouldNotMatchNamespaces AKA CA1724

    This rule seems overly constraining. With namespaces (and the advent of the global namespace in C#) and some of the names of the nested namespaces in the FX, it seems to me this rule will generate much noise (e.g. the following nested FX namespaces are really general and could apply to many different projects/applications: Common, Services, Collections, Design, Util, Resources, IO, Configuration, Internal). "Design" is a nested fram ...Show All

  • Mr. Prez Project Creation Wizard was not able to connect

    How do I solve this : Error Unable to connect to the Windows SharePoint Services at 192.168.1.12  Explanation The Project Creation Wizard was not able to connect to the Windows SharePoint Services at 192.168.1.12. The reason for the failed connection cannot be determined at this time. Because the connection failed, the wizard was not able to complete creating the Windows SharePoint Services site.  User Action Contact the administr ...Show All

  • dhble Typed DataSets

    CA1034 - NestedTypesShouldNotBeVisible error on a Typed DataSet CA2237 - MarkISerializableTypesWithSerializable on a Typed DataSet Should I not use FxCop on Typed DataSets as they are generated code CA1822 - MarkMethodsAsStatic reported on a Crystal Report. So, roughly, the next release will coincide with Whidbey I also believe I am getting a CA1823 - AvoidUnusedPrivateFields Message in error. Roughly, yes. I'll p ...Show All

99012345678910111213141516

©2008 Software Development Network

powered by phorum