Answer Questions
dpechter Report "Remaining Work" does not show all Work Items
Hi everybody, we are using Beta 3 Refresh for controlling our project. Now i got a problem with the "Remaining Work" Report. Our current iteration (started today) has 92 Work Items (80 Tasks and 12 Features (our new own Work Item Type). Every of this Work Items is assigned to the Iteration Path OurProject\Release 2\Iteration 8. When I run the report "Remaining Work" with the following parameters the report just ...Show All
Pacific Ocean Blue MS Project integration
I have created a MS project that contained a number of tasks and was able to publish these to a team systems project along with doing some updates etc. After playing with it for awhile I used the tfsdeleteproject to delete the team project, created a new one after doing some changes to the work items and gave it a differnt name. The problem I now have is that the .mpp file that I originally created seems to still want to be connected to the orig ...Show All
ArunDeivanayagam FxCop Custom Rule: To check for variable name
Hi, I am trying to check if variables declared inside functions follow coding standards. I have implemented the code to check for Boolean variable. Variable name must start with 'b' public override ProblemCollection Check(Member member) { if (member.NodeType == NodeType.Field) { //Local local = list ; Field field = member as Field; if (field != null ) { //type = field.Type.ToString(); if (field ...Show All
Rockdrala Synchronizing Predecessor Info between VSTS and Project
Since developers will probably not look at MS Project and will look at VSTS, we feel that predecessor information needs to be captured for Tasks, since tasks frequently have dependencies. Hence, we added a custom field in the process template to specify task predecessors. However, the predecessor information specified in VSTS does not get synchronized with MS Project. Also in VSTS, the predessor info contains VSTS-ass ...Show All
thrakazog no coverage result for website
How can I get code coverage results against my website in my unit test projects I tried adding the website to my test solution and add it to test run config to be instrumented. But after doing that, my test case can't work fine and I'll notice the weird error message: Failed to connect to an IPC Port: The system cannot find the file specified. Anybody has any idea Hi Shu, Could you open the %windir%\system32\ ...Show All
FlorinV Error Installing TFS in a Single-Server Installation
I received an error: 32000 during the App-Data installation of TFS. The event log showed the following: Adapter Microsoft.VisualStudio.Currituck.DataWarehouse.Adapter runtime error: Microsoft.VisualStudio.Currituck.Server.Common.ValidationException: Invalid object name 'dbo.WorkItemsLatestUsed'. ---> System.Data.SqlClient.SqlException: Invalid object name 'dbo.WorkItemsLatestUsed'. at System.Data.SqlClient.SqlConnection.OnError(SqlEx ...Show All
CLM How can I run a console app from my unit test?
I have a console app that I want to run from my unit test. I have team system form Software developer. Please advice! Thanks, I might also suggest you have a look at 'Generic Tests' which are intended exactly for this. They do assume that you executable returns zero/non-zero 'per standard' for success or failure. In addition, there is a very simple xml formatted file you can create from your appli ...Show All
JustJF Can not create a project with Team Foundation Server RC, KeySet not found
Hello all, I am trying to setup team foudnation server. The install went smothly enough, but when I create a new project, even if I don't use source control, I get an error message that the source control system isn't working and it wont let me create the project. Here's the exact error message: Exception Message: Keyset does not exist (type CryptographicException) Exception Stack Trace: at System.Security.Cryptography.CryptographicE ...Show All
dario-g Listening for CheckIn event
Hi, we would like to write an application that listens for the CheckIn event in TFS Source Control and perform certain operations (that requires user input) on the checked in file. Is this possible, and in that case how Regards, Per I have no experience of this feature so far, but from what I've read now it seems like it might work. I will look at the sample and see if it's what we need. Thanks f ...Show All
Lynx David Advanced work item customization...?
Hi all, I am attempting to create a custom work item type for our development methodology. Among other things, I would like to have a field that auto increments (a unique ID number for each work item) and I would like to have some date fields populate with the current date when a value in a drop down list box is chagned. Basically, I'm looking for any guide a little more advanced than the "step by step" ones I found in th ...Show All
Pookie Filter Bissubscribe on Files during CheckinEvent
I'de like to add a filter on Files for a subscription to CheckinEvent (as mentionned in the VS2005 - June SDK, Team Foundation Eventing Service .doc ) but it does not work (TF50304 error). Is there a mistake Thanks for your help Laurent lpasquali wrote: I'de like to add a filter on Files for a subscription to CheckinEvent (as mentionned in the VS2005 - June SDK, Team Foundation Event ...Show All
F Baker Source Control Nightmares
We are using Beta 3 TFS with Visual Studio RC and having complete source control nightmares. Some of the issues I'm having: * I will open solutions that I haven't opened for a few days only to find all or many of the bindings have gone invalid. Most of our solutions contain a mix of class libraries and .Net web sites, but the hosed bindings seem to effect both types of projects. * When I unbind and rebind the projects, at ...Show All
parkerfly Extending the build process using TFS Build
Quick question for you all... If I wanted to extend then build process or change it to build a vb6 application using TFS Build server is it a matter of simply altering the TFSBuild.proj file that gets created. For example, after building my solution I want to build a setup project. Thanks for your help Graham To address your more generic q of what to do if you want to perform an action after building your exta ...Show All
hismightiness Installing TFS on same machine with ISA 2004
After spending several hours attempting to get ISA2004 to work with TFS - i gave up. Now for some background. Am deploying a clean installation of TFS. Although on the same machine I will require a firewall. I've always enjoyed ISA server - so I wanted to utilize it here. Although 8080 is a problem. WebProxy under ISA2004 is set to 8080. Anyway to change that so that I could have a happy re-union of TFS and ISA2004 Th ...Show All
Michael Locker MD Testing C++ unmanaged code
My company uses unmanaged C++. Is it possible to generate Test Projects that test raw C++ You know, pointers, stl, and all the basic stuff. I'm noticing that there isn't much support for unmanaged C++ in the areas of class diagraming, testing, etc. Is Team System really the way for me to go if I can't use all the bells and whistles If anybody knows anything about testing C++ then please explain to me how to test the simple cl ...Show All
