July Agile Yorkshire meeting

Don’t forget this month’s Agile Yorkshire meeting is this Wednesday at the Victoria Hotel in Leeds. It is the usual mix of free beer, great conversation and an excellent speaker (note: you can assign your own ranking order as these factors, using a suitable Agile planning model). This month the speaker is Nancy Van Schooenderwoert on ‘Seven Paradoxes of Agile Software Development’. Hope to see you there.

July 6, 2009 · 1 min · Richard Fennell

Remember the new URL format for the TFS2010 web services have changed

To have a good look at TFS2010 I have migrated some existing VS2008 projects to VS2010. This has meant they are now being built using a new TFS 2010 build server. Now I wanted to make sure everyone still knew what was building and what was not, so I updated the configuration on our build wallboard to get the status from both the older 2008 and the new 2010 server – and it did not work....

July 3, 2009 · 1 min · Richard Fennell

Visual Studio 2010 project upgrade bug; test assemblies being copied to release folders in error

After I upgraded an ASP.NET Web Application VS2008 solution to VS2010 I found a strange problem. When I build either the whole solution or the test project in the solution the test assembly gets copies to Web Applications bin directory. However if I build the solution from the command line with MSBUILD they are not copied (so MSBUILD behaves as VS2008 used to). Turns out it is easy to repeat, the process is as follows:...

July 3, 2009 · 2 min · Richard Fennell

Re-awarded MVP

I am really happy to say that I have had my MVP for Team System Re-awarded, it is a privilege to get to work with such a great group of people as a have met via the MVP programme.

July 2, 2009 · 1 min · Richard Fennell

Problems with uplink on an 8 port Netgear Gigabit switch

All the ports on the Netgear GS608 I think are meant to be auto speed and uplink sensing, I have found this not to be true. I had the 1Gb uplink to our central switches in Port 8 and a 100Mb Ethernet workstation in port 2 could not get an IP address via DHCP. When I moved the uplink to Port 1 it all leapt into life. Interestingly other 1Gb PCs in other ports had no problem with the uplink in either port 1 or 8....

June 30, 2009 · 1 min · Richard Fennell

.NET Framework 3.5 SP1 issue on Windows SharePoint Services v2.0

If you apply the TFS2008 SP1 to a system that has been upgraded from TFS 2005, but the WSS was not upgraded from 2.0 to 3.0 you can get a problem that you cannot access the SharePoint portal sites due to WebPart load errors (you get an Event ID: 1000 error in the Windows event logs). This is because the TFS 2008 SP1 installs .NET framework 3.5 SP1 which causes some problems for WSS 2....

June 29, 2009 · 1 min · Richard Fennell

Logging everything that is going on when an assembly loads using CThru

Whist trying to work out if there is any way to get around the problem I am suffering with Sharepoint workflows idling inside a Typemock Isolator test harness I have been having a good look at CThru; a set if libraries for Typemock that, and I quote Codeplex here, ‘… allows creating interception and isolation frameworks for logging, testing and many other things very simply’. This is the framework is used to create the Silverlight mocking frame work on the same Codeplex site....

June 22, 2009 · 4 min · Richard Fennell

0x800106ba Windows Defender error in Windows Vista

I was installing a new PC for a friend yesterday; after using the Easy Transfer Wizard (first time I used this and I can heartily recommend) to move their settings from their old XP system to their new Vista one I got the 0x800106ba Windows Defender error on start-up. Now there is a lot of frankly useless comments on this error on various forums, strange as the solution is simple. I suspect this is down to this issue being predominantly a problem that hits home user who are not a familiar with the internal workings of services etc....

June 21, 2009 · 1 min · Richard Fennell

29109 error when installing the quiescence GDR patch for TFS 2005

Whilst upgrading a single server TFS 2005 to a dual server 2008 install I hit a problem. I had installed the new 2005 Data Tier (DT) and patched it without issue. However then I tried to apply the patch VS80-KB19156-v2-x86, the Quiescence GDR patch, on the Application Tier (AT) I got the 29109 error: SQL Reporting Services configuration encountered an unknown problem. A search on the web found this is a common issue usually fixed by repeated retries!...

June 12, 2009 · 1 min · Richard Fennell

TFS Sharepoint Extensions on a Load Balanced Sharepoint farm

I posted yesterday about problem creating a new team project if you had missing templates on your Sharepoint server. This problem could of course be avoided if you had installed the TFS Sharepoint Extensions onto your Sharepoint server as your are meant to. However, as I have discovered it is not that easy to do if your chosen Sharepoint system has network load balanced front ends. The problem is that Sharepoint will replicate your MSFAGILE30....

June 10, 2009 · 2 min · Richard Fennell