Fix for intermittent connection problem in lab management – restart the test controller

Just had a problem with a TFS 2012 Lab Management deployment build. It was working this morning, deploying two web sites via MSDeploy and a DB via a DacPac, then running some CodedUI tests. However, when I tried a new deployment this afternoon it kept failing with the error: The deployment task was aborted because there was a connection failure between the test controller and the test agent. If you watched the build deployment via MTM you could see it start OK, then the agent went off line after a few seconds....

January 13, 2014 · 1 min · Richard Fennell

Great support from BlogEngine.NET

I posted yesterday that we had upgraded to the current version of BE 2.9. We, as you might expect, had a few minor issues, but I must say the support on the discussion forums has been excellent. This included the problems I had that were down to missing files and web.config issues (basically my copy errors when moving content from our BE 2.8 instance to the new BE 2.9 on) and a genuine bug in the new CustomFields code (fixed in 2....

January 7, 2014 · 1 min · Richard Fennell

Upgrading from BlogEngine 2.8 to 2.9

I have just upgrade our Blog Server from BlogEngine.NET 2.8 to 2.9, all seems to have gone well, as before basically it is just copies files and adds s table to the DB schema, so… backup your blogs folder and SQL DB in case of problems delete the contents of the blogs folder copy in the the new release from the zip run the SQL upgrade script on your DB fix the SQL connection string in the web....

January 6, 2014 · 1 min · Richard Fennell

Fix for Media Center library issue after Christmas tree lights incident

Twas the night before Christmas and…. To cut a long story short the PC that runs my Window Media Center (MCE) got switched on and off at the wall twice whilst Christmas tree lights were being put up. Now the PC is running WIndows 8.1 on modern hardware, so it should have been OK, and mostly was. However I found a problem that MCE was not showing any music, video or pictures in its libraries but the recorded TV library was fine....

December 24, 2013 · 4 min · Richard Fennell

Getting the domainuser when using versionControl.GetPermissions() in the TFS API

If you are using the TFS API to get a list of user who have rights in a given version control folder you need to be careful as you don’t get back the domainuser name you might expect from the GetPermissions(..) call. You actually get the display name. Now that might be fine for you but I needed the domainuser format as I was trying to populate a peoplepicker control....

December 20, 2013 · 1 min · Richard Fennell