Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2170 Points
484 Posts
May 05, 2012 06:43 AM|LINK
Hi,
Include this tag in your web.config file
<runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly> <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" Culture="neutral"/>
<bindingRedirect oldVersion="3.5.0.0" newVersion="4.0.0.0"/> <publisherProfile apply="no"/>
</dependentAssembly> </assemblyBinding>
</runtime>
Regards,
Charan
chaaraan
Contributor
2170 Points
484 Posts
Re: higher version than referenced assembly
May 05, 2012 06:43 AM|LINK
Hi,
Include this tag in your web.config file
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" Culture="neutral"/>
<bindingRedirect oldVersion="3.5.0.0" newVersion="4.0.0.0"/>
<publisherProfile apply="no"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
Regards,
Charan