Hi,
I am trying a very simple example to get the Ajax Control Toolkit working with the settings in the above title. I created a simple webforms application and followed the simple tutorial here:
http://stephenwalther.com/archive/2012/09/20/september-2012-release-of-the-ajax-control-toolkit.aspx
When I run the application, I receive the following script error:
======================================
Unhandled exception at line 3, column 412 in http://localhost:50095/default.aspx?_TSM_HiddenField_=ToolkitScriptManager1_HiddenField&_TSM_CombinedScripts_=;;AjaxControlToolkit,+Version=4.1.60919.0,+Culture=neutral,+PublicKeyToken=28f01b0e84b6d53e:en-US:ab75ae50-1505-49da-acca-8b96b908cb1a:de1feab2:fcf0e993:f2c8e708:720a52bf:f9cec9bc:589eaa30:698129cf:fb9b4c57:ccb96cf9
0x800a139e - JavaScript 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've tried this in a simpe form and a form with a master page and get the same error. Please note that scriptmanager has been replaced with
<ajaxToolkit:ToolkitScriptManagerID="ToolkitScriptManager1"runat="server">
Does anyone have any ideas?
Thanks,