Accessing TFS work item tags via the API

With TFS 2012.2 Microsoft have added tags to work items. These provide a great way to add custom information to work items without the need to customise the process template to add custom fields. This is important for users of the hosted http://tfs.visualstudio.com as this does not, at this time, allow any process customisation. It is easy to add tags to any work item via the TFS web client, just press the Add....

May 3, 2013 · 3 min · Richard Fennell

Workaround for TF900546: An unexpected error occurred while running the RunTests activity

The problem I have been working on a project that contains SharePoint 2010 WSP packages and a MSI distributed WPF application. These projects are all in a single solution with their unit tests. I have been getting a problem with our TFS 2012.2 build system, all the projects compile but at the test point I get the unhelpful TF900546: An unexpected error occurred while running the RunTests activity: ‘Unable to load one or more of the requested types....

May 1, 2013 · 3 min · Richard Fennell

Follow the Yorkshire Global Windows Azure Event

Today Black Marble is hosting the Yorkshire Global Windows Azure Bootcamp event. To see what is happening check out the photos on our Facebook gallery and the #GlobalWindowsAzure Twitter hashtag

April 27, 2013 · 1 min · Richard Fennell

Getting SQL 2012 SSIS packages built on TFS 2012.2

I have been trying to get SQL 2012 SSIS packages built on a TFS2012.2 build system. As has been pointed out by many people the problem is you cannot build SQL SSIS packages with MSBuild. This means you have to resort to call Visual Studio DevEnv.exe from within your build. Jakob Ehn did a great post on this subject, but it is a little dated now due the release of VS 2012 and SQL 2012...

April 24, 2013 · 4 min · Richard Fennell

Upgraded to BlogEngine.NET 2.8

I have just upgrade our Blog Server from BlogEngine.NET 2.7 to 2.8, all seems to have gone well, basically it is just file copies as there is no DB schema change, so… backup your blogs folder delete it’s contents copy in the the new release from the zip fix the SQL connection string copy around a few files as detailed in the release notes, basically any customisation you have done, That that seems to be it, just a case now of swapping themes to get the new look, if you want it

April 24, 2013 · 1 min · Richard Fennell

Thanks for attending my webinar on lab management

Thanks to everyone who attended my webinar session today in TFS Lab Management, I hope the audio issues were not too much of a problem and you found the session useful. We are looking into the causes of the audio problem so hopefully the next webinar will not need people dialling in via the phone unless they want to. A number of people asked for the slides, you can find a copy of them here....

April 23, 2013 · 1 min · Richard Fennell

Lab Management webinar next week

If you are interested finding out more about TFS Lab Management why not come to the [Black Marble Bite size webinar](http://blackmarble.com/events.aspx?event=Tips for Visual Studio Lab Management (Black Marble Byte Size Webinar)) next Tuesday (23rd April). I will be giving a basic overview of the product and discussing some of our experiences implementing it.

April 18, 2013 · 1 min · Richard Fennell

Our upgrade to TFS 2012.2 has worked OK

I have mentioned in past posts the issues we had doing our first quarterly update for TFS 2012. Well today we had scheduled our upgrade to 2012.2 and I am please to say it all seems to have worked. Unlike the last upgrade, this time we were doing nothing complex such as moving DB tier SQL instances; so it was a straight upgrade of a dual tier TFS 2012.1 instance with the DB being stored on a SQL2012 Availability Group (in previous updates you had to remove the DBs from the availability group for the update, with update 2 this is no longer required)....

April 18, 2013 · 2 min · Richard Fennell

Great event in Antwerp

I had a great time yesterday at the VISUG Conference in Antwerp, thanks to everyone involved in event. The ALM track organiser Pieter and all the speakers, myself, Martin and Neno, were really pleased to see how full our room was all day. There certainly seems to be more interest in ALM than ever before. If you want to find out more on areas of TFS I was talking on i....

April 18, 2013 · 1 min · Richard Fennell

Error TF400129: Verifying that the team project collection has space for new system fields when upgrading TFS to 2012.2

Whist testing an upgrade of TFS 2010 to TFS 2012.2 I was getting a number of verification errors in the TFS configuration upgrade wizard. They were all TF400129 based such as TF400129: Verifying that the team project collection has space for new system fields but also mention models and schema. A quick search threw up this thread on the subject, but on checking the DB tables I could see my problem was all together more basic....

April 11, 2013 · 1 min · Richard Fennell