Dear Experts
I am trying to develop a form with VS2010 for enterprise portal , the form is working fine but I cannot add a work flow to this form I fount this code
<%@ Register Assembly="Microsoft.Dynamics.Framework.Portal, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace="Microsoft.Dynamics.Framework.Portal.UI.WebControls.Workflow"TagPrefix="dynamics" %>
<dynamics:AxWorkflowActionBar ID="WorkflowActionBar" runat="server"DataSourceID="AxDataSource1" DataMember="{TableName}_Current" />
so I add it to my code but it still giving me the error
the AxWorkflowActionBar is not a known element .
please note that its a customization including a customized work flow and all worked fine in AX .
*This post is locked for comments
I have the same question (0)