locked
Parser Error Message: Unknown server tag 'asp:ToolkitScriptManager'. RRS feed

  • Question

  • User2028823583 posted

    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" %>

    Thursday, March 15, 2018 4:39 PM

Answers

  • User2103319870 posted

    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

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, March 15, 2018 9:18 PM