Error 1722 when installing MVC 1.0

As I am sure you will have heard the MVC 1.0 has been released. I downloaded this on my Windows 7 and tried to install it but got an Error 1722, the MSI then rolled back. Turns out the problem was simply that I had Visual Studio open at the time I installed, it needs to be closed. It seems the MSI does not check for this before it attempts the copy....

March 19, 2009 · 1 min · Richard Fennell

Request for help with PhD Research

Whilst at SC2009 today a request was made by Emad Ghoshen for attendees, and any other developers they knew, to assist him in his PhD research into maintainability of web applications. He asked if people could download some Java/JSP code and answer a few questions on it, don’t worry if this is not your usual languages this is one of the questions he is researching. All the details can be found at http://www....

February 26, 2009 · 1 min · Richard Fennell

Intent is the key - thoughts on the way home form Software Craftsmanship 2009

Today has been interesting, I have been to conferences where you sit and listen, such as DDD, TechEd etc. I have been to conferences where everyone is encouraged to talk open spaces style such as Alt.Net, but today has fallen between the two styles. The Software Craftsmanship 2009 conference has been in more of a workshop style; most sessions have started with a short presentation to set the scene then the attendees split to forms small groups to do some exercise or chat, reporting back later in the session....

February 26, 2009 · 3 min · Richard Fennell

Do you need work item hierarchy in TFS?

Is so have a look at Notion Tools from Team System. This set of tools provides A timesheet based on works items that you access inside Visual Studio A work organizer to manage work items and documents allowing creation of hierarchies A work planner to help schedule resources for future iterations. Well worth a look as a means to extend the reach of TFS into your Agile projects.

February 25, 2009 · 1 min · Richard Fennell

SLExtensions HTMLEditor

I have been looking at porting a old content editor I wrote from WinForm to SilverLight and hit the problem there was no HTML editor control available in the standard Silverlight 2 control set. Roll in the excellent SLExtensions controls on CodePlex, to save the day….. Now I did hit one problem with the HTMLEditor, that was addressed very quickly in for support forums. The point to watch out for is that for the HTMLEditor control to work the Silverlight object must be loaded into the web page with the setting to be windowless...

February 25, 2009 · 1 min · Richard Fennell