Choices DDD South West or the Maker Faire?

Speaker registration for DDD South West has opened, problem is the event is the same weekend as the Maker Faire in Newcastle, don’t think I can do both. Both are great options though, good to have choices

February 9, 2015 · 1 min · Richard Fennell

Windows 10 to be an option on the Raspberry PI 2

Seem Windows 10 will be an option on the new Raspberry PI 2, that provides some more nice IoT options. It will be interesting to see which tools Microsoft look to target onto this board, I guess remote development from a PC as per their Galileo board. But there might be enough power for a bit more, we shall see

February 2, 2015 · 1 min · Richard Fennell

Fix for timeout exporting a SQL Azure DB using PowerShell or SQLPackage.exe

I have been trying to export a SQL Azure DB as a .BACPAC using the command line “C:Program Files (x86)Microsoft SQL Server120DACbinSqlPackage.exe” /action:Export /sourceservername:myserver.database.windows.net /sourcedatabasename:websitecontentdb /sourceuser:sa@myserver /sourcepassword: /targetfile:db.bacpac The problem is the command times out after around an hour, at the ‘Extracting schema from database’ stage. I got exactly the same issue if I use PowerShell as discussed in Sandrino Di Mattia’s post. The issue is the Azure service tier level I am running the SQL DB on....

February 2, 2015 · 1 min · Richard Fennell

Wrong package location when reusing a Release Management component

Whilst setting up a new agent based deployment pipeline in Release Management I decided I to reuse an existing component as it already had the correct package location set and correct transforms for the MSDeploy package. Basically this pipeline was a new copy of an existing website with different branding (css file etc.), but the same configuration options. I had just expected this work, but I kept getting ‘file not found’ errors when MSDeploy was run....

January 31, 2015 · 1 min · Richard Fennell

Fix for cannot run Windows 8.1 units test on a TFS 2013 Build Agent

I recently hit a problem that on one of our TFS 2013 build agents we could not run Windows 8.1 unit tests. Now as we know the build agent needs some care and attention to build Windows 8.1 at all, but we had followed this process. However, we still saw the issue that the project compiled but the tests failed with the error ‘Unit tests for Windows Store apps cannot be run with Limited User Account disabled....

January 31, 2015 · 1 min · Richard Fennell

Living with a DD-WRT virtual router – three months and one day on (static DHCP leases)

Updated 28 Feb 2015 – Added bit on static addresses When using a DD-WRT virtual router, I have realised it is worth setting static a MAC address in Hyper-V and DHCP lease on the router for any server VMs you want access to from your base system OS. In my case this is TFS demo VM a connect to all the time. If you don’t do this the address of the VM seems to vary more than you might expect....

January 31, 2015 · 2 min · Richard Fennell

Living with a DD-WRT virtual router – three months on

I posted in the past on my experience with DD-WRT router running in Hyper-V to allow my VMs internet access. A couple of months on I am still using it and I think have got around the worst of the issues. The big problem is not with the DD-WRT router, but the way Hyper-V virtual switches use WiFi for some operating systems. Basically the summary is DHCP does not work for Linux VMs....

January 29, 2015 · 2 min · Richard Fennell

When trying to load Office document from SharePoint I keep ending up in the Office Web Application

Whenever I tried to load an Office 2013 document from our SharePoint 2010 instance I kept ending up in the Office Web Application, the Office application was not being launched. If I tried the use the ‘Open in Word’ context menu I got the following error (and before you ask yes I was in IE, IE11 in fact, and Office 2013 was installed) My PC has been build of our standard System Center managed image, others using the same best image seemed OK, so what had gone wrong for me?...

January 27, 2015 · 1 min · Richard Fennell

Speaking at Techorama in May

I am really pleased to be speaking at Techorama again this year. This is a great friendly conference that covers a wide range of subjects. Like last year the conference is in Mechelen, Belgium on the 12 and 13th of May. Hope to see some of you there

January 27, 2015 · 1 min · Richard Fennell

Fix for ‘An unexpected error occurred. Close the windows and try again’ error adding Azure subscription to Visual Studio Release Management Tools

In preparation for my Techdays session next month, I have been sorting demos using the various Release Management clients. When I tried to create a release from within Visual Studio using the ‘Release Management tools for Visual Studio I found I could not add my Azure subscriptions. I saw the error ‘An unexpected error occurred. Close the windows and try again’ I could download and import the subscription file, it showed the available storage accounts, but when I pressed save I got the rather unhelpful error ‘Object reference not set to an instance of an object’...

January 19, 2015 · 2 min · Richard Fennell