.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?

enter image description here

try adding frameworkactivity assemly gac.

take assembly bin\debug\partitionedworkflowbuild\frameworkactivity.dll

not bin\debug folder.

also check: http://social.msdn.microsoft.com/forums/vstudio/en-us/73c4e1bf-e54b-4d6a-b0d3-896bbba96c83/tfs-2010-custom-workflow-activity-cannot-add-activity-to-workflow?forum=tfsbuild


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -