This article deals with using the AJAX Toolkit 3.5 with Kentico CMS
You need to follow the steps below and to alter the CMS library files and
web.config file:
1) Overwrite existing files in
BIN folder with files from the package (links to the packages are below) and remove
System.Web.Extensions.dll and
System.Web.Extensions.Design.dll files from
BIN folder.
2) Change version of all occurrences of
Web.Extensions assembly in your web.config to
3.5.0.0 (sample
web.config is attached in the packages)
3) Add reference to new (.NET 3.5) version of
Web.Extensions and
Web.Extensions.Design libraries (right click on the
BIN folder -> Add reference...).
Package for v3.1 -
download
Package for v3.1a -
download
Please note: You may need to rebuild the application.
See also:
Applies to:
Kentico CMS 3.1 and 3.1a, .Net 3.5
Created on 9/3/2008 6:21:10 AM