Upcoming Black Marble event on Windows 8

In case you did not make it to the Microsoft Build Conference, Black Marble are running a pair of free events in Leeds on the 12th of October on Windows 8 and the other announcements made in Anaheim earlier this month. The morning session is focused on the IT pro side and the afternoon on development, so why not make a day of it? To get more information, and to register for these free events, have a look at http://www.blackmarble.co.uk/Events ...

September 27, 2011 · 1 min · Richard Fennell

Syncing the build number and assembly version numbers in a TFS build when using the TFSVersion activity

Updated 27 July 2013 - Here is a potential solution Update 27 Sep 2011 – this seemed such as good idea when I initially tried it out, but after more testing I see changing the build number part way through a build causes problems. The key one being that when you queue the next build it is issued the same revision number [the $(Rev:.r) in the BuildNumberFormat] as the just completed build, this will fail with the error ...

September 26, 2011 · 3 min · Richard Fennell

Video of my Webinar for Typemock is available

The video of my recent webinar for Typemock on using Isolator for designing SharePoint webparts is up at http://www.typemock.com/sharepoint-web-parts You can also find a link to it from http://bit.ly/RFennellVideos, as well as links to all the other videos of my presentations I know of that are publically available.

September 26, 2011 · 1 min · Richard Fennell

More documentation for the TFS 2010 community build extensions

Today I have posted a few more pages of the getting started documentation for the TFS 2010 community build extensions. This is an on-going task, I hope to get a few more written when I get a chance. I am writing the documentation in no obvious order, so let me know if any specific activity is in more need of some introductory level documentation than others.

September 24, 2011 · 1 min · Richard Fennell

New Release of the Community TFS 2010 Build Extensions

Mike Fourie has just announced that we’ve just shipped the second stable release of the Community TFS 2010 Build Extensions. Well worth a look if you need to customised your TFS 2010 build with any of the following AssemblyInfo BuildReport BuildWorkspace CodeMetric DateAndTime Email File GetBuildController GetBuildDefinition GetBuildServer GetWebAccessUrl Guid Hello HyperV IIS7 ILMerge InvokePowerShellCommand nUnit QueueBuild RoboCop SqlExecute StyleCop TFSVersion VB6 VirtualPC VSDevEnv Wmi WorkItemTracking Zip

September 23, 2011 · 1 min · Richard Fennell

Follow up to todays Typemock Webinar

Thanks to any one who attended my Typemock Isolator session today, hope you found it useful. In due course the video will be up on the Typemock site. But of you want to read more on using Isolator with SHarePoint have a look at Mocking Sharepoint for Design with Typemock Isolator Mocks SP2010 64bit Assemblies with Typemock Isolator

September 21, 2011 · 1 min · Richard Fennell

Stupid gotchas on a SQL 2008 Reporting Services are why I cannot see the Report Builder Button

There is a good chance if you are using TFS that you will want to create some custom reports. You can write these in Reporting Services via BI Studio or Excel, but I wanted to use Report Builder, but could not see the Report Builder button on this Reporting Services menu The problem was multi-levelled First I had to give the user access to the Report Builder. This is done using folder property security. I chose to give this right to a user (along with browser rights) from the root of the reporting services site ...

September 21, 2011 · 2 min · Richard Fennell

Another ALM/TFS focused blogger at Black Marble

Robert Hancock, another one of Black Marble’s ALM consultants, has started blog technical tips on this blog server. You can find Robert’s new blog here or the aggregate feed of all Black marble bloggers here

September 19, 2011 · 1 min · Richard Fennell

What to do when your TFS build agent says it is ready, but the icon says it is not

When using TFS2010 It is possible for a build agent to appear to be ready (or so the status label says) but the icon stays in the off state. This is usually due to a couple of broad categories of error, you can find out which by checking the Windows event log. The build agent cannot communicate with the controller In the event log you see something like Service ‘Default Agent - win7’ had an exception: Exception Message: There was no endpoint listening at http://controller.mydomain.co.uk:9191/Build/v3.0/Services/Controller/1 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. (type EndpointNotFoundException) ...

September 17, 2011 · 3 min · Richard Fennell

TFS on Windows Azure preview announced at Build

At the Build conference today the preview of TFS on Windows Azure was announced. All the attendees of the conference have been given access codes for the preview. If you did not make it to Build have a look at Brian Harry’s blog for details of how everyone else can get access to the preview.

September 14, 2011 · 1 min · Richard Fennell