Trying to "install" a large Net 2.0 Web application on to my server for development. This app uses AJAX, and I am trying to get my version of AJAX into sync with the version presently used by the Web app.
Got the same version of 'AjaxControlToolkit.dll' (assembly) as the Web app. Problem is that in the web.config a specific version of "System.Web.Extensions", and "System.Web.Extensions.Des
ign" assemblies are also called for. In my GAC, before I uninstalled all my previous ajax, I had files "Microsoft.Web.Extensions ", and "Microsoft.Web.Extensions.
Design". Are these *.Extensions.* files now obsolete?
The "ASP.NET AJAX-Enabled Web Site" template I now have includes "Microsoft.Web.Extensions"
in the generated web.config.
How can I straighten out this mess?
Start Free Trial