Trouble switching to the beta ajaxcontroltoolkit

Posted by SLC on Stack Overflow See other posts from Stack Overflow or by SLC
Published on 2009-12-02T12:09:38Z Indexed on 2010/03/18 7:31 UTC
Read the original article Hit count: 730

Filed under:

I wanted to switch to the beta version to see if it fixes a problem I have been having, so I downloaded it and put two dll files into my bin folder. I deleted the old references to these files in visual studio, and re-added them.

When I run my program I get an error:

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 AjaxScriptManager in System.Web.Ajax.dll, or use the ToolkitScriptManager in AjaxControlToolkit.dll.

I can't figure out how to fix this. I have the new System.Web.Ajax.dll added to visual studio, but I can't see any AjaxScriptManager anywhere...

Any ideas?

© Stack Overflow or respective owner

Related posts about ajaxcontroltoolkit