This is a migrated thread and some comments may be shown as answers.

What is the purpose of dependentAssembly tag for System.Web.Extensions namesapce?

1 Answer 282 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Bala
Top achievements
Rank 1
Bala asked on 19 Jul 2010, 10:13 AM
Hi Experts,

   What is the purpose of below tag [ in web.config]  in  rad version 2010.2.713.35  application?
   Is this required tag  in 2010.2.713.35  application?
   Is this specific to rad controls or ASP.NET Ajax 3.5?
   Shall I run my web application [With rad controls v2010.2.713.35 and Ajax 3.5 ]  without this tag?

<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
                <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
                <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
            </dependentAssembly>
        </assemblyBinding>

Please any one help me.
Thanks in advance.

BalaMurugan J

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 20 Jul 2010, 07:38 AM
Hello Bala,

Information about the binding redirects added in VS 2008 web.config can be found in the articles below:

http://www.telerik.com/help/aspnet-ajax/installwebconfigbindingredirect.html
http://www.telerik.com/help/aspnet-ajax/generalaspnetajaxinfo.html

Best regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Ajax
Asked by
Bala
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or