Multiple System.Web.Extensions assembly in same project?

Posted by CL4NCY on Stack Overflow See other posts from Stack Overflow or by CL4NCY
Published on 2010-03-18T18:51:14Z Indexed on 2010/03/18 19:01 UTC
Read the original article Hit count: 151

Filed under:
|

Hi, I'm having trouble moving a website from one server to another. It seems to be a problem loading multiple versions of System.Web.Extensions. The code uses version 3.5 in most places but a third party control appears to be needing version 1.0.6. I didn't think this was possible but it appears to be working in it's current situation.

Is there a way I can use the GAC version of System.Web.Extensions for the site but import a dll of version 1.0.6 just for these controls?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about assemblies