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....

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