Hello
I'm working on a SharePoint web application. Since i can add web parts to the SharePoint pages i added two web parts A & B where A uses Ajax extensions 1.0 and B uses 3.5 version of it.
If i enable Ajax in the web app i get the web.config entries for the both the versions of the dll System.Web.Extensions (1.0.61025.0 & 3.5.0.0) and hence i'm getting an ambiguity error.
How can make the application work with both the versions? I cannot make the versions uniform as the i could have bought the web parts from different vendors.
What is solution for this? How can both the versions of Ajax extensions co-exist?