Welcome to MSDN Blogs Sign in | Join | Help

eScrum Update: ASP.NET AJAX Control Toolkit Version Conflicts

For those who have experienced any problems getting eScrum (Now Available: Microsoft eScrum Version 1.0) installed and working due to ASP.NET AJAX Control Toolkit version conflicts:

Since you can't download previous versions of the ASP.NET AJAX Control Toolkit, and eScrum is compiled with a specific version, you may need to update the web.config file to allow automatic usage of a newer version of the ASP.NET AJAX Control Toolkit. eScrum has not been tested with newer versions, but may work well.

Add the following XML to the eScrum web.conifg file after the </configSections> close tag. Afterward, update the newVersion attribute to the version of the ASP.NET AJAX Control Toolkit that you are using.

<runtime>

      <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

            <dependentAssembly>

                  <assemblyIdentity name="AjaxControlToolkit"

                        publicKeyToken="28f01b0e84b6d53e"

                        culture="neutral"/>

                  <bindingRedirect oldVersion="1.0.10301.0" newVersion="1.0.xxxxx.0"/>

            </dependentAssembly>

      </assemblyBinding>

</runtime>

Let me know if that helps/hinders.

1312

Published Friday, June 15, 2007 2:27 PM by Rob Caron

Comments

Friday, June 15, 2007 10:21 PM by How do you do that?

# Microsoft eScrum 1.0

This week Microsoft released eScrum 1.0 - a combination package that includes a template for Visual Studio

Friday, June 15, 2007 10:49 PM by MSDN Blog Postings · Microsoft eScrum 1.0

# MSDN Blog Postings &middot; Microsoft eScrum 1.0

Saturday, June 16, 2007 4:09 AM by Simon

# re: eScrum Update: ASP.NET AJAX Control Toolkit Version Conflicts

Where is this template supported?  Through PSS?

Saturday, June 16, 2007 2:43 PM by benchr

# re: eScrum Update: ASP.NET AJAX Control Toolkit Version Conflicts

More information here http://blogs.msdn.com/benchr/

Monday, June 18, 2007 10:49 AM by Team System News

# VSTS Links -

Bil Simser on An attempt at working with eScrum. Martin Hinshelwood on TFS Event Handler: Prototype Released....

Tuesday, June 19, 2007 2:57 AM by Willy-Peter Schaub's Cave of Chamomile Simplicity

# eScrum - Some early evaluation links

As advertised on a number of blogs, eScrum is a Web-based, end-to-end project management tool for Scrum

Thursday, June 28, 2007 5:34 PM by Caleb Jenkins

# re: eScrum Update: ASP.NET AJAX Control Toolkit Version Conflicts

Rob, This is great. One question though, why not just ship the template with the Toolkit DLL's that it was compiled with? Wouldn't that reduce the pre-requisites and dependencies on the install? Thanks.

Long story short, it would entail redistributing bits, which comes with its own set of pains
Anonymous comments are disabled
 
Page view tracker