Welcome to MSDN Blogs Sign in | Join | Help

Robert Horvick's Weblog

Team Foundation Server administration and setup

Browse by Tags

TFS 2010 Beta2: TF255144: Exception has been thrown by the target of an invocation
Symptoms Do you have an error during installation that looks something like this: Does your log file contain an error that like this: [Info   @08:19:12.404] Starting website 8080 [Error  @08:19:12.705] PRODUCT ISSUE: UNHANDLED EXCEPTION Read More...
Enabling Tracing during TFS 2010 Configuration
Please note: this post applies only to Team Foundation Server 2010 (Beta 1 to current).  It does not apply to TFS 2005, 2008 or any future version (though I suspect that any future version would have similar capabilities). Were you asked to enable Read More...
Reading Twitter Data with C# and LINQ
I wanted to read Twitter.com search results (tweets) using C#.  I started by deciding that a tweet looks something like this: public class Tweet { public string Id { get ; set ; } public DateTime Published { get ; set ; } public string Link { get Read More...
How I Use Hyper-V to Configure my Development Environment
Prior to using Hyper-V as part of my daily development and test efforts I wasted man weeks every year.  I lost days at a time configuring machines and recovering from updated NDP builds.  I wasted hours every week repeating the same steps over Read More...
Windows 7 Feature I Like – Programmer’s Calculator
I just installed Windows 7 beta on a Hyper-V VM (1GB RAM, single proc, 127 expandable drive) and found that the calculator has changed and I like it. Beyond Standard and Scientific there are two new modes, Programmer and Statistics. Programmer supports Read More...
New VSTS and TFS Virtual PC/Server and Hyper-V images are available!
Brian Randell has been hard at work putting together a holiday surprise we all will enjoy. New Virtual PC/Server and Hyper-V images with VSTS and TFS and a 12/31/2009 expiration date. Please see his blog post for the full details - I will re-post a little Read More...
TFS Branching Guidance Version 2 has been Released
The VSTS Ranger team has released TFS Branching Guidance II . This document describes pragmatic branching practices that are based on the real world experience of TFS professionals inside and outside of Microsoft. What's new? I'l just repeat their information: Read More...
Using a little Ruby to automate mstest code coverage runs
I hate repetitive tasks - especially ones that are easily automated. Generating code coverage runs using mstest is an example of that. The goal was to create a script that could do that following: 1) Validate that the input binaries were available 2) Read More...
PDC Hours - Come and Talk Team Foundation Server Setup, Configuration and Administration
I'll be available to talk about TFS admin scenarios at PDC - my hours are: Monday - 12:30 - 6:00 in the VSTS Lounge Tuesday - 12:30 - 6:00 in the VSTS Lounge Wednesday 10:00-12:30 in the VSTS Lounge and Ask The Experts from 5:30-9:00PM I won't be available Read More...
Lets Talk TFS Setup, Configuration and Administration at PDC!
Coming to PDC? Interested in Team Foundation Server Setup, Configuration and Administration? Stop by the PDC Lounge and let's chat! I'll post the hours I'll be available tomorrow. Read More...
A link to my Ruby and Rails blog
Since life can't be all Team Foundation Server and rainbows I've started getting serious about learning more about Ruby and the Rails framework. To keep the TFS focus on this blog I've started a new blog dedicated to non-TFS tech topics http://www.GhostOnThird.com Read More...
What to do when TfsQuiesce fails with "No associated service account for role TFSEXECROLE" error
When installing a service path on Team Foundation Server one of the first things that needs to happen is that TFS is "quiesced" - which basically means "to make quiet" - i.e. it's running but it's not accepting new client connections. The tool that does Read More...
Migration Toolkit Pre-release nears 100 downloads ...
At this time 98 people have downloaded the TFS Migration and Synchronization Toolkit . Ok - some of you are saying "100? What's the big deal? A picture of a rabbit with a pancake on it's head gets more downloads every hour!" And they would be right. But Read More...
Migration Toolkit Pre-Release published on CodePlex
Interested in writing a migration tool targeting (or synchronizing with) Team Foundation Server version control or workitem tracking? Then check out the pre-release of the TFS Migration and Synchronization Toolkit on CodePlex! http://www.codeplex.com/MigrationSyncToolkit Read More...
TFS Migration Toolkit Spec released for public review
As Matt noted on the migration blog a working copy of the toolkit specification has been released. You can download it and leave feedback from this link: http://msdn2.microsoft.com/en-us/vstudio/aa948851.aspx If you have feedback on migration scenarios Read More...
More Posts Next page »
Page view tracker