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

Software Development Network >> VS Team System

VS Team System

New Question

Re-run of recorded web test fails
warning MSB3245
Default instance not SQL Server 2005
BUG - Rank field
MS ACT
"Review unused parameters" shoudn't apply for deserialization constructor
Field.IsLiteral and .IsSpecialName
Where has 'Add Virtual Function gone?
Area Path as parameter on reports
Connect to a TFS as a different user

Top Answerers

Ravi Narayan
daschneller
Bill DiPierre
jimkeir
EricBrown
Dat Dang
Berni P.
JustinJ97295
Joshua Weage
Aneesh Aravind
Viral marketing goes one step too far
Only Title

Answer Questions

  • rajgz Replace TFVC with another source control

    Hi, Is it possible to replace TFVC with another source control in a VSTS environment Or could we do one thing - handle version control events (check-in/check-out, etc) and redirect them to another source control with corresponding events. Will this lead to duplication of records and if it will need tools to maintain conssitency of records Let me know your suggestions and approaches. If it is not doable, could you please explain it with rea ...Show All

  • StevieG Error Publishing Test Result

    Hello, I have Team Build installed and the builds are working fine.  However, when ever we try to publish a test result to the build we always get the following error: Status: Failed Error Message: Publish operation failed. What does that mean   How can I fix it   I can't seem to locate any logs or items in the event log. Thanks, Cindy http://blogs.msdn.com/nagarajp/archive/2005/10/19/482885 ...Show All

  • DaveC# add a default permission to an area

    Hi, I've seen that it's possible to - create default areas in a process template - add group's permissions to areas after the creation of a project (for example : authorizing "Readers" to read a child node but not to its parent) my question is Is it possible to add DEFAULT permissions to the default AREAS (and not for the global project) directly in the process template i hope you undertsand what i mean thx a ...Show All

  • Leejo.Paul Multiple classes and namespaces

    Hi, I am supposed to do a couple of rules using fxcop: avoid multiple namespaces in a file and avoid multiple classes in a file. The CCI classes missing api document is hindering a little bit. I tried using the sourcecontext object, but it returns null for the source text and thus can not parse it and see in which file is a class implemented in. The other thing is that the following code does not tell me if a namespace had anoth ...Show All

  • ZKing MSF in spanish

    Hello. Iam loooking for info on MSF in spanish. I already searched in google but there are a minor documents that seems to be incomplete. I wonder if Microsoft has a translation of MSF Thanks for your help. We will be translating the primary MSF v4 materials (MSF for Agile Software Development and MSF for CMMI Process Improvement) into Spanish.  That work will get underway when we've locked down the English versions later this quarte ...Show All

  • mycedes VS.Net 2005 RC Application Diagram problem with SoapExtensions in WebConfig

    I created a soap extension to assist my exception handling from a web service to the client application.  This worked fine in Beta2.  The application diagram in the RC is complaining with the following error: (names edited to protect the innocent) Error 139 Application definition MyService is locked because there is an error in C:\Source\MyServices\web.config. The value of the property 'type' cannot b ...Show All

  • robinph Trying to install VS Team for Developers and there is no product key.

    Hi, Not sure if anyone can help me but, my IT department transitioned to MSDN Premium (Developers) and then downloaded the VSTS installs from MSDN subscriber Downloads. When I try to install it, I am asked for a product key, and my IT Department can't find one. Due to me not being knowledgeable about how the whole MSDN subscription thing works and the fact that my IT Department is pretty much useless, I was hoping someone out there could ...Show All

  • pmela Remote clients direct access the Proxy server

    Is it possible remote clients access directly the remote proxy server to get the file without sending the SOAP to AT It will very useful and improve the checkin/out speed when the WAN is down and some large files which are always in remote site and being checkin/out very often by the remote site's developers. Checkin will not use proxy. Proxy can be used only for VersionControl download operations. The following screencasts explains ho ...Show All

  • mykes Area and Iteration fields and field constraints

    Hello, we are busy editing work item types (fields, states and transitions,... ) for our own use. We edit the process templates with Process Template Editor Tool (Imaginet Resources). In one problem we ran: It seems not possible to add field constraints to the fields Area Path and Iteration Path (TreePath data type). We want mark these fields as Required and preselect default values. Every time I try to add a constraint to such a field, ...Show All

  • RAM76 Getting Code Coverage to work

    Hello! I'm sorry if this has been asked many times before but I tried to look for an answer but only got alot about web tests. I've just followed this article: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/vstsunittesting.asp by Mark Michaelis and everything has worked great, but when I try to use code coverage (by right clicking on a runned test and choosing code covering results) I get the message "Code coverage ...Show All

  • smcer Create TFS Bug Entry in IE

    Hello, is it possible to enter a new bug directly through the Internet Explorer (e.g. on the project site pages), or does one need to install and license on each machine at least VS2005 TFS client If not, does anyone know a project that is implementing this (e.g. GotDotNet) Or are there licensing issues I was wondering if it is possible to use TFS like "Bugzilla": I would give to all my users the possibility to report a bug or a new feature req ...Show All

  • Ntech Error TF30207 Creating Project

    I'm getting a TF30207 error when I try to create a new project.  I was able to create a new project with no problems last week, but now I get this error every time I create a new project.  I didn't make any changes to the server, but Windows Update did apply some updates recently. I'm running TFX Beta 3 refresh. Here are the log file enties: 11/11/2005 11:24:40 PM | Module: ELeadServiceMediator | Team Foundation Server proxy retrieved ...Show All

  • cgMarcos TFS Server Setup (Single Server): Error 28002.Error Unknown.

    I am also receiving this error, and cannot get around it.  Has there been a solution identified yet   I've seen several other posts, but no resolution.  I have 3 seperate domain user accounts as well, with domain\ TFSSetup being the one in use for the installation, and it is in the local administrator group (and it is not a local user).  Running on a newly installed 2003 Server installation, and SQL Server 2k5 installed succe ...Show All

  • CeDiyez More attribute parameter stuff

    Mike recently suggested some code for looking to find attribute parameters (especially the WebMethod EnableSession parameter). He suggested the following code snippet, inside an attributes and expressions iteration: if(currentMethod.Attributes .Expressions[j].Type.Name.Name == "EnableSession") {     // Do something } However, the Expressions .Type.Name.Name is just set to boolean in each case... Any further hints Cheers, James ...Show All

  • asiaenforcer Run settings of a load test

    I have recorded a web test. For that web test I have set the property of Number of run iterations as "one run per data source row" through the Edit Run configurations window. Later, I have created a load test for this web test. In the load test I specified the Run duration within the run settings. I gave 10 minutes as the run duration for the load test. My question is which of the above two will take precedence or will be impleme ...Show All

383940414243444546474849505152535455

©2008 Software Development Network

powered by phorum