.net - Reference a workflow activity from a different project within the same solution -
how can reference workflow activities different sharepoint project within same solution?
what i've tried:
i created new sharepoint 2013 project , called "referencingtest". added workflow it.
then, created different sharepoint 2013 project within same solution , called "frameworktest". added new workflow activity called "frameworkactivity".
now want use "frameworkactivity" within "referencingtest" project. can see below, it's added references. it's visible in toolbox. when trying drop activity workflow, mouse icon changes show not permitted.
as can see below, "referencingtest" has reference "frameworktest" project. i've tried adding frameworkactivity referencingtest project, , tried adding reference in xaml referencingtest workflow. other ideas?
try adding frameworkactivity assemly gac.
take assembly bin\debug\partitionedworkflowbuild\frameworkactivity.dll
not bin\debug folder.
Comments
Post a Comment