views:

7

answers:

0

We are looking into upgrading our asp.net 2.0 application to run on the 4.0 framework. We currently use system.web.extensions 1.0 and AjaxControlToolkit 1.0.

We made modifications to the toolkit and so we haven't upgraded it since. When I upgrade our solution and dependent projects to 4.0 I get the "sys is not defined" error which tells me it is not loading the correct versions of the above files.

I've tried all of the web.config settings possible for forcing it to use the 1.0 versions but to no avail.

Is it even possible to use the 4.0 framework with the system.web.extensions and ajaxtoolkit 1.0 versions?