I updated my AJAX Control ToolKit, to the latest version, and now I'm getting this error:
Parser Error Message: Unknown server tag 'asp:ToolkitScriptManager'.
I didn't change any code, just replaced the .dll in the bin. Is there something else I need to do? So frustrating....
I updated my AJAX Control ToolKit, to the latest version,
From AjaxControlTookKit Version 15.1 ToolkitScriptManager has been removed . If you upgraded to any version above this then you need to remove toolkist script manager and use the normal asp:scriptmanager control
Participant
1131 Points
1693 Posts
Parser Error Message: Unknown server tag 'asp:ToolkitScriptManager'.
Mar 15, 2018 04:39 PM|funluckykitty|LINK
I updated my AJAX Control ToolKit, to the latest version, and now I'm getting this error: Parser Error Message: Unknown server tag 'asp:ToolkitScriptManager'.
I didn't change any code, just replaced the .dll in the bin. Is there something else I need to do? So frustrating....
I already have this on my page
<%@ Register TagPrefix="asp" Namespace="AjaxControlToolkit" Assembly="AjaxControlToolkit" %>
All-Star
50741 Points
9877 Posts
Re: Parser Error Message: Unknown server tag 'asp:ToolkitScriptManager'.
Mar 15, 2018 09:18 PM|A2H|LINK
From AjaxControlTookKit Version 15.1 ToolkitScriptManager has been removed . If you upgraded to any version above this then you need to remove toolkist script manager and use the normal asp:scriptmanager control
Aje
My Blog | Dotnet Funda