Answer Questions
AnonymousALE Report Checked Out Items and Changed Items
Hi, Where can I find a list of all Source Control checked out items Where can I find a list of all Source Control changed items between two dates Regards Simon Hi that would be great! I am still waiting for the further details.. Thanks, Simon All checked out items: tf status $/ /recursive /user:* All changes between two dates: tf history $/ /recursive /version:D"1/1/2006"~D"2/1/2006 ...Show All
Michael D. Fox Customize Project Creation Wizard
Hello, I like to know, if there is a way to add a custom Project Creation Wizard Page for an exiting plugin like Microsoft.Pcw.Currituck The idea is to ask the user which WIs and Queries need to be created at Project Creation. Regards Stephan Thank you Ravi for the fast reply. The question came up as I saw, that for most of the shipped plugins the value in the methodoloy file indicating if there is a "Project ...Show All
Andy Lichey TargetVisibilities.Overridable what can i check?
Hi, Can anyone tell me what i can check if i set TargetVisibility property to TargetVisibilities.Overridable I never seem to get any members and/or types And another question how do targetvisibilities affect public override ProblemCollection Check( Module module) public override ProblemCollection Check( string namespaceName, TypeNodeList types) public override ProblemCollection Check( Resource resource) ...Show All
Bob Alston Getting an Evaluation copy of Team Explorer for non Visual Studio Users.
Hi, I have installed Team Foundation Server Beta 3 for evaluation. I have a number of Users who will need access to Work Items as well as the Source Code Management System on TFS but I do not want to pay $5,000/User. I beleive that there is a Team Explorer Client that goes for about $500/User and does not require Visual Studio to be installed. Does anybody know how I can get an evaluation copy Thanks in advance, Dave ...Show All
programmer2005 Per test configuration files...
I have need to write multiple tests againts different configuration files. Is there anyway to specify at the test level which configuration file to use. If not how can I test different configurations Thanks, Paul Hi Paul, I assume you mean test run configuration files (.testrunconfig). No, we currently don't support specifying a different configuration file for each test. The only piece of configuration that can be d ...Show All
GlennDek Hidden Form Fields
I'm recording web tests in prep for eventual load testing. The recording then assigns an extraction rule for hidden values including one for a form field called UIApp. Now our developers tell me (a QA) that our app frequently (but not on every page) uses the UIApp hidden form field to pass page status along on the client side. The web test recording does not seem to grab this value, because when rerunning the scripts, it reports that the va ...Show All
cborden MSI and Wix in team build
are MSI, Wix, Zip build in task or custom in msbuild and team foundation Check out SDC tasks at http://www.gotdotnet.com/Community/UserSamples/Details.aspx SampleGuid=2cb20e79-d706-4706-9ea0-26188257ee7d . Thanks, Gautam ...Show All
Chris Holland Anybody Actually Using Project with Team System?
The link between Team System and Project is very limited. The Start Date in Project is static (if a developer starts a task early, Team System does not gather enough information for Project to change the Start Date to indicate this fact). Although that doesn't sound significant... very quickly a plan will get out of date. I realize that Agile focuses on "project velosity" rather than a large up-front plan. The real ...Show All
EmanuelHP FXCOP support for .NET version 1.0
Hi I am .NET developer. I have a limitation in one of the application softwares i am working on. It uses .NET 1.0. Does FXCop supports .NET 1.0 Thanks Rajaraman.S Rajaraman Soundararajan wrote: Does that mean to analyse .NET V 1.0 assemblies using FXCop we need to have .NET 1.1 installed. That's correct. Rajaraman Soundararajan wrote: Are there no older versions of FXCOP that are available that directly sup ...Show All
Jason D_dot_NET TFS Version Control Error with notification
Hi, When I ask for a notification on the project, for example about every check in, I put my smtp mail address which is myproject_myname@mydomain my username in the domain is mydomain\myname (different from the name in the smtp address). I do not get notifications, but If I check the Applcation event viewer on the tfs application tier I see this error every time I should have recieved a notification: _______________ ...Show All
scubagrig ExceptionException Attribute message argument ignored
Correct me if I’m wrong here, but I have reason to believe that the “message” argument on the ExceptionExceptionAttribute constructor is ignored. Here’s my proof: I have a class I’m testing: Public Class Class1 Public Sub Foo() Throw New ApplicationException( "kaboom!" ) End Sub End Class And a unit test class: Imports Microsoft.VisualStudio.TestTools.UnitTestin ...Show All
El Pea Replacing the TFS Beta 3 Refresh Process Template with Build 100
I already have two projects created using TFS Beta 3 Refresh's old process template (Build 98). How can I: 1- Permanently replace the TFS version with the Build 100 one 2- Update the already created projects' process templates with the Build 100 one Thank you, Sammy The Build 100 download of MSF for Agile Software Development that was posted this week is just process guidance only. It is not a complete proces ...Show All
RubenzTC How to grant users rights to create team projects?
I have just completed a single server installation of TFS RC 1 and would like to add users who will be able to create new Team Projects. According the TFS RC installation guide "To enable users to create projects, you must add them to this group (Team Foundation Administrators group) and assign them to roles in Windows SharePoint Services and SQL Server Reporting Services." I have added the users to the Team Foundation Administrator ...Show All
Chris Wiederspan Baseless merge ?
I've been told a couple of times to workaround problems with branching via a Baseless Merge. Now I'm pretty sure I can guess what this does based on the name, but I can't find any way to accomplish this through the VS2005 UI. I've read all the docs I can find and I've searched google and all I've come up with is the command line option to do "h.exe merge /baseless" from MSDN and the reference from Buck's blog. The description in the docs b ...Show All
Ravi Kiran Guturu Tests cannot be found during build
I've just got a Team Build server set up, and I'm trying to configure it to automatically run a list of unit tests during the build. When it gets to this stage, I get the following log messages: Target RunTestWithConfiguration: Loading C:\TeamBuilds\SBD Platform\SBD Platform\Integration Build\BuildType\..\Sources\SBD Platform.vsmdi... Search path(s) for tests: C:\TeamBuilds\SBD Platform\SBD ...Show All
