Welcome to MSDN Blogs Sign in | Join | Help

eScrum and TFS 2008

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>

      <dependentAssembly>

        <assemblyIdentity name="Microsoft.TeamFoundation.WorkItemTracking.Client" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>

          <bindingRedirect oldVersion="8.0.0.0" newVersion="9.0.0.0"/>

      </dependentAssembly>

      <dependentAssembly>

        <assemblyIdentity name="Microsoft.TeamFoundation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>

          <bindingRedirect oldVersion="8.0.0.0" newVersion="9.0.0.0"/>

      </dependentAssembly

    </assemblyBinding>

  </runtime>

</configuration>

Brian

Published Saturday, February 09, 2008 4:04 PM by bharry

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# BioSensorAB &raquo; eScrum and TFS 2008

Saturday, February 09, 2008 4:26 PM by BioSensorAB » eScrum and TFS 2008

# re: eScrum and TFS 2008

Monday, February 11, 2008 7:39 AM by asm

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!

# VSTS Links - 02/14/2008

Thursday, February 14, 2008 11:06 AM by Team System News

Martin Kulov on Get latest does not work in TFS. The Teams WIT Tools Blog on Value Propositions, Experiences,...

# re: eScrum and TFS 2008

Monday, February 25, 2008 8:51 AM by bharry

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.

Brian

# re: eScrum and TFS 2008

Sunday, May 18, 2008 6:18 AM by nmueggler

Hi Brian

Do you have a release plan, when the updated version of eScrum will be released?

Thanks

Nicolas

# re: eScrum and TFS 2008

Thursday, May 22, 2008 3:02 PM by bharry

An update is planned for this summer.  Last I heard was "late June" but I wouldn't count on a specific date yet.

Brian

# eScrum と TFS 2008

Friday, June 27, 2008 12:36 AM by bharry's WebLog

eScrum アドオン (英語) が TFS 2008 で動作するかどうかについて、いくつか質問が寄せられました。コードを記述した人物に問い合わせ、回答を得ました。以下に記載します。 既存の eScrum

# re: eScrum and TFS 2008

Thursday, July 03, 2008 6:36 AM by Jonathan

Any idea when or if this will support Windows Server 2008.

# re: eScrum and TFS 2008

Friday, July 04, 2008 7:27 AM by bharry

I'm told a new release supporting TFS 2008 and Windows Server 2008 will be available in a couple of weeks.

Brian

# re: eScrum and TFS 2008

Monday, July 21, 2008 1:17 PM by Joe

A couple weeks has passed.  Any update on the 2008 release?

# re: eScrum and TFS 2008

Thursday, July 24, 2008 5:49 AM by Ramesh

Any update on the TFS 2008 version release of escrum?

# re: eScrum and TFS 2008

Monday, July 28, 2008 8:32 AM by bharry

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.

Brian

# re: eScrum and TFS 2008

Wednesday, August 20, 2008 6:30 PM by Nicolas

Hi Brian

Did you forget the write that the new version 1.1 for TFS 2008 was just released?

Regards

Nicolas

# Visual Studio 2005 Team Foundation Server and Scrum - part 6 of 6

Tuesday, November 18, 2008 3:42 AM by Blog N-Technologies

Visual Studio 2005 Team Foundation Server and Scrum - part 6 of 6

Leave a Comment

(required) 
required 
(required) 
 
Page view tracker