My session on TFS at the ‘Building Applications for the Future’

Thanks to everyone who attended my session on ‘TFS for Developers’ at the Grey Matter’s ‘Building Applications for the Future’ event today. As you will have noticed my session was basically slide free, so not much to share there. As I said at the end of my session to find out more have a look at Brian Keller’s TFS 2012 VM – ready to run demo VM with plenty of hands on labs Team Foundation Service – the free hosted version of TFS – go on give it a try....

May 22, 2013 · 1 min · Richard Fennell

Video on Nuget for C++ on Channel 9

I have been out to a number of sites recently where there are C++ developers. We often get talking about package management and general best practices for shared libraries. The common refrain is ‘I wish we had something like Nuget for C++’. Well it was released in Nuget 2.5 and there is a video on Channel9 all about it.

May 22, 2013 · 1 min · Richard Fennell

Webinar on PreEmptive Analytics tools on the 28th of May

A key requirement for any DevOps strategy is the reporting on how your solution is behaving in the wild. PreEmptive Analytics™ for Team Foundation Server (TFS) can provide a great insight in this area, and there is a good chance you are already licensed for it as part of MSDN. So why not have a look on the UK MSDN site for more details the free Microsoft hosted event. MSDN Webinar Improve Software Quality, User Experience and Developer Productivity with Real Time Analytics...

May 20, 2013 · 1 min · Richard Fennell

Getting Wix 3.6 MajorUpgrade working

Why is everything so complex to get going with Wix, then so easy in the end when you get the syntax correct? If you want to allow your MSI installer to upgrade a previous version then there are some things you have to have correct if you don’t want the ‘Another version of this product is already installed’ dialog appearing. The Product Id should be set to * so that a new Guid is generated each time the product is rebuild The Product UpgradeCode should be set to a fix Guid for all releases The Product Version should increment on of the first three numbers, by default the final build number is ignored for update checking The Package block should not have an Id set – this will allow it to be auto generated You need to add the MajorUpgrade block to you installer So you end up with...

May 17, 2013 · 1 min · Richard Fennell

Upgrading DotNetNuke from V5 to V7

I recently needed to upgrade a DNN V5 site to V7 (yes I know I had neglected it, but I was forced to consider a change due to an ISP change). Now this is a documented process, but I had a few problems. There are some subtleties the release notes miss out. This is what I found I had to do to test the process on a replica web site …...

May 17, 2013 · 5 min · Richard Fennell