I need help with this too. None of my ajax controls are being displayed.
Using VS 2k10, DNN 5.4.4, .net 4.0, Toolkit File Version: 3.5.40412.2
I keep getting the
"AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll"
message displayed as a script error.
I've confirmed that IIS is using .net 4.0 for the site in IIS and in the host settings.
I've tried it with and without
If DotNetNuke.Framework.AJAX.IsInstalled Then
DotNetNuke.Framework.AJAX.RegisterScriptManager()
End If
in the code-behind.
Can anyone shed some light onto why Ajax doesn't seem to be working anymore in DNN?