Error "Unknown server tag 'SharePoint:ClusteredDirectionalSeparatorArrow'" Accessing Scheduled Workflow

  • 26 March 2021
  • 0 replies
  • 43 views

Userlevel 5
Badge +19
ISSUE
When accessing a scheduled workflow, the following error might occur:  

Application error when access /_layouts/15/NintexWorkflow/WorkflowScheduleList.aspx, Error=Unknown server tag 'SharePoint:ClusteredDirectionalSeparatorArrow'
ERROR CODE
Application error when access /_layouts/15/NintexWorkflow/WorkflowScheduleList.aspx, Error=Unknown server tag 'SharePoint:ClusteredDirectionalSeparatorArrow'.
RESOLUTION
  1. Navigate to C:ProgramFilesCommonFilesMicrosoftSharedWebServerExtensions15 emplatelayoutsNINTEXWORKFLOW
  2. Locate the 'WorkflowScheduleList' aspx page and open it in a text editor.
  3. In the fourth line, underneath Namespace="Nintex.Workflow.ServerControls" TagPrefix="Nintex" %>, add the following:
    <%@ Register Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WebControls" TagPrefix="SharePoint" %>
  4. Save the file.
ADDITIONAL INFORMATION
RELATED LINKS

0 replies

Be the first to reply!

Reply