Doing a webcast for Microsoft next week ‘Lab Management and Automated Build’

Next Tuesday lunchtime (12th Apr 2011 1pm) I will be doing a webcast on on ‘Lab Management and Automated Build’. I will be looking at the build options in TFS and also how they can be extended with Lab Management. The event is free to attend you just need to register at http://www.microsoft.com/visualstudio/en-gb/visual-studio-events

April 6, 2011 · 1 min · Richard Fennell

Why can’t I see my TFS reports?

Whist recently installing a TFS 2010 system onto a single box server, that was also a domain controller, I had a problem that though everything seemed in order I could not view my reporting services based reports in either SharePoint or directly from the http://myserver/reports interface. During the installation I had verified I had the correct password for my [domain]tfsreports account used to run the reports. If went to the http://myserver/reports page and edited the TFS2010ReportsDs or TFS2010OlapReportDS and tried to test the [domain]tfsreports login it failed....

April 4, 2011 · 2 min · Richard Fennell

How to waste time with Lab Management – Missing the obvious that MTM points to a Team Project

I posted a while ago about common confusion I had seen with Lab Management. We I have recently managed to get myself completely confused whilst working with Lab Management. It turns out the issue was so obvious I managed to miss it for hours, but as usual I learnt a good deal whilst trying to troubleshoot my stupidity. I have a Lab Management system linked up to a a Team Project Collection (TPC)....

March 30, 2011 · 3 min · Richard Fennell

How to expose IIS Express to external network connections and use a non-self signed certificate

IIS Express is a great addition to the tools for .NET web developers; it allow a slightly cut down copy of IIS 7.5 to be run without administrative privileges on a developer’s PC. This means we can hopefully get away from the problems associated by either Using Cassini – which is not IIS and does not do any clever Using full IIS which means Visual Studio has to run as administrator to debug it and also causes source control issues when a project is shared between multiple developers (their IIS setup must match up) If you install Visual Studio 2010 SP1 and IIS express you now get a new option, that is to use IIS express as your web server....

March 22, 2011 · 6 min · Richard Fennell

A slow experience installing VS2010 SP1, but worth it in the end

I got round to installing Visual Studio 2010 SP1 on my laptop last night; well I started last night via the Web Platform Installer method. It downloaded the bits fast but sat for ages on the first step, installing the actual service pack. There was no obvious activity on the CPU or disk. In the end I gave waiting and went to bed. I was pleased to see it was finished this morning....

March 19, 2011 · 1 min · Richard Fennell

Getting the WP7 SDK onto a Windows Server 2008 TFS Build Agent

If you try to create an automated TFS build of a Windows Phone 7 Silverlight application on a ‘default installed’ build agent you will see errors along the lines of The imported project “C:Program FilesMSBuildMicrosoftSilverlight for Phonev4.0Microsoft.Silverlight.WindowsPhone.Overrides.targets” was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. This is because the PC your build agent is running on does not have the WP7 SDK installed....

March 17, 2011 · 1 min · Richard Fennell

DDD Scotland registration is now open

For those who have not noticed, DDD Scotland’s registration is now open at http://developerdeveloperdeveloper.com/scotland2011/Default.aspx. Sad to say my proposed session did not get accepted, but that just means I have the chance to see more sessions myself!

March 14, 2011 · 1 min · Richard Fennell

Speaking on VS 2010 ALM and Testing at events in Belfast and Dublin

At the end of the month I will be speaking at a series of free Microsoft events in Belfast and Dublin. There going to be two session at each location Managing application lifecycle “From requirements to retirement” with Team Foundation Server 2010 Dublin - 31/03/2011 (AM): https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032480694&Culture=en-IE Belfast – 01/04/2011 (AM): https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032480760&Culture=en-IE Better testing with lower costs - Saving your teams time and resources using Visual Studio 2010 and Microsoft Test Manager...

March 10, 2011 · 1 min · Richard Fennell

Install order guidance for VS2010 SP1

Further to yesterdays post on new bits for VS and TFS 2010, there is now some guidance to what order to apply SP1 to server and clients.

March 9, 2011 · 1 min · Richard Fennell

Fixed numerous issues with VS2008 using a /resetskippkgs

I am doing some work on VS2008 at present and I when I started my VS2008, which I had not used for a while, I was plagued by errors along the lines of “The operation could not be completed”. These occurred when running major features such as: Loading LINQ to SQL Designer Running the SQL 2008 Project Wizard The fix turned out to be resetting the package skip loading flag. It seems a number of add-ins were not being loaded on startup....

March 9, 2011 · 2 min · Richard Fennell