DDD7 Session Submissions

It really good to see so many submissions for the DDD7, and many new names, always a good sign of a the community working well. I just got round to putting one in myself on integrating testing into MSBuild. There is still time for more though. So have a think and put in a session proposal - trust me it is great fun.

July 3, 2008 · 1 min · Richard Fennell

Wow I'm an MVP

Found out last night that I have just been made an MVP for Team System, is that cool or what!

July 2, 2008 · 1 min · Richard Fennell

TFS Team Build compile details

Martin Woodward posted a few weeks ago about his build bunny. Now this is something I had tried a while ago for DDD4, but hit the same problem Martin had that the old Nabaztag API was too slow and messages could take hours to arrive, making it useless in the real world. Inspired by Martin and the new faster API I have been working on a new Team Build status monitor for the office. ...

June 23, 2008 · 2 min · Richard Fennell

Speaking at Leeds SQL User group

For those who are interested, I am speaking on Visual Studio for Database Professionals at the Leeds SQL user group on the 16th July. This is a free event, for more details see the event web site.

June 21, 2008 · 1 min · Richard Fennell

CA0055 error in FXCop

I have been setting up a new Team Build server today. All our projects are being set to do code analysis (FXCop) after the build. For one project this worked on the developer PC but failed on the build machine. The CA0055 error means ‘file not found’ or ‘could not load’ the assembly to be analysed. Firstly I suspected there was a problem with path names being over 256 characters (both the assemblies and solutions names were long) which can be a problem MSBuild, but this was not the case. ...

June 20, 2008 · 1 min · Richard Fennell

XPClub Meeting about Opera

Good session at the Yorkshire Extreme Programming Club last night. Chris Mills of Opera spoke on the mobile web. If this, or the general issue of standards in web development are of interest http://dev.opera.com is well worth a look.

June 12, 2008 · 1 min · Richard Fennell

TFS Build server and running MSTest - directory creation error

When you create a build type for a team project on TFS you can enable testing using MSTest by saying ‘run any tests that are found in a given DLL’. I used this today to create a CI build for a project, I am looking at using Team Build as opposed to CruiseCrontrol as we have done historically. I hit a problem that the tests were running but the build was failing (or in Team build speak - partial succeeding i.e. compiling but not passed testing). On looking in the build log I saw the error was: ...

June 12, 2008 · 1 min · Richard Fennell

Rescheduled XPClub Meeting

This Wednesday, the 11th, is the rescheduled XPClub meeting ‘Exploring Mobile Web Development’ with Chris Mills developer relations manager for Opera This is a free event and open to all, hope to see you there.

June 9, 2008 · 1 min · Richard Fennell

Interesting post on testing

Interesting post from Ben Hall on the role of the tester, something I have posted on in the past. As Ben asks what are other people views?

June 9, 2008 · 1 min · Richard Fennell

Go south young man.......and read a book on a SmartPhone

I have got into reading books off my HTC smart phone using the Microsoft Reader. It means you always have a book with you (as well as a web browser, blog writer, phone etc…..) The problem has been getting books in a suitable format, yes I know that you can buy electronic books but there are so many out of copyright classic’s I have not read yet. You can download many from Project Gutenberg (and convert them to the right format using the add-in for Word) so why buy newer ones? ...

June 9, 2008 · 2 min · Richard Fennell