I am currently making a website that uses the Ajax Control Toolkit and when I try to log in to the website I get this 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 ToolkitScriptManager in AjaxControlToolkit.dll.
I have tried to add the ScriptManager, and the Toolkit script manager. Nothing has worked for me. I have uninstalled Ajax control toolkit 3.5 and re-installed but it still didnt work.
I am using VS2008. I am still a beginner in ASP.Net.