Everything you want to know about Visual Studio ALM and Farming
Brian Harry is a Microsoft Technical Fellow working as the Product Unit Manager for Team Foundation Server. Learn more about Brian.
More videos »
I've gotten several questions how about whether or not the eScrum add-on works with TFS 2008. I've contacted the people who wrote that code and gotten the answer. Here is what I heard:
The existing eScrum MSDN release is compatible with TFS 2008, although the application’s web.config will need to be updated for the scenario where the web service and TFS 2008 are installed on the same machine.
This change is required in order to override the existing TFS client assemblies bindings from version 8 to version 9. The required web.config update for this scenario is as follows:
· Insert the below web.config section into your existing web.config file, immediately following the <loggingConfiguration> element.
<?xml version="1.0"?>
<configuration>
….
</loggingConfiguration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.TeamFoundation.Client" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="8.0.0.0" newVersion="9.0.0.0"/>
</dependentAssembly>
<assemblyIdentity name="Microsoft.TeamFoundation.WorkItemTracking.Client" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<assemblyIdentity name="Microsoft.TeamFoundation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
</assemblyBinding>
</runtime>
</configuration>
Brian
PingBack from http://www.biosensorab.org/2008/02/09/escrum-and-tfs-2008/
Additionally to successful installation of eScrum process template it needs to install Visual Studio Team System 2005 Team Explorer before start eScrum add-on installation.
Brian, many thanks for the nice team product!
Martin Kulov on Get latest does not work in TFS. The Teams WIT Tools Blog on Value Propositions, Experiences,...
I wasn't aware there was an installer issue as well. I've contacted the eScrum team and they are looking at doing a refresh to specificially target TFS 2008 and address these issues.
Hi Brian
Do you have a release plan, when the updated version of eScrum will be released?
Thanks
Nicolas
An update is planned for this summer. Last I heard was "late June" but I wouldn't count on a specific date yet.
eScrum アドオン (英語) が TFS 2008 で動作するかどうかについて、いくつか質問が寄せられました。コードを記述した人物に問い合わせ、回答を得ました。以下に記載します。 既存の eScrum
Any idea when or if this will support Windows Server 2008.
I'm told a new release supporting TFS 2008 and Windows Server 2008 will be available in a couple of weeks.
A couple weeks has passed. Any update on the 2008 release?
Any update on the TFS 2008 version release of escrum?
Last week I got word that they hit a few bugs in final testing that was going to take a little time to address. I got word this morning that they are done with that and will be uploading the new version shortly. I will post once it is available.
Did you forget the write that the new version 1.1 for TFS 2008 was just released?
Regards
Visual Studio 2005 Team Foundation Server and Scrum - part 6 of 6