Search code examples
c#asp.net.net-3.5ajaxcontroltoolkit

Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts


I am getting this error when I attempt to run my aspx application even though I am in 3.5 framework.

Microsoft JScript runtime error: 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.

I search SO and tried the solution in this post ("AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts"), but I am still getting the error. I tried the solution here AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts., but no luck.

I am using VS 2008 SP 1. In my refrences folder, the AjaxControlToolkit is version "3.5.50401.0" Any ideas how to resolve this issue?


Solution

  • Based on your previous posts, you may have an UpdatePanel control. Make sure you don't have an updatepanel control. They don't work well with Telerik controls (based on my experience).