Ok, so you've taken over the Ajax Control Toolkit.
I've installed 15.1 and now I'm trying to upgrade an old project, but the AjaxControlToolkit.dll can't be found.
Please give explicit instructions on what to do to an old project to upgrade it, maybe a video too.
This does not tell me how to use it/get it into my projec/solution:
1 - InstallTo install the ASP.NET AJAX Control Toolkit v15.1 go to the Download page and get the new Installer (created byDevExpress). If you use the fully-qualified name for the ASP.NET AJAX Control Toolkit assembly, then please ensure that all occurrences are updated (this includes references in web.config and @Register directives in the ASPX markup).2 - Replace ToolkitScriptManager with ScriptManagerThe ToolkitScriptManager has been deprecated for the v15.1 release. Please use the standard ScriptManager control. It should be sufficient to change the tag name in the markup from ToolkitScriptManager -> ScriptManager. If you find any issues, then please report them here.Refer to the "ToolkitScriptManager Removed in v15.1, Use ScriptManager" article for details.