I got following error when I try to build custom workflow in Visual Studio 2008
"Activity 'onWorkflowActivated1' validation failed: Cannot resolve Activity 'Workflow1'"
To resolve this, do a search in your entire project and find any references to "Workflow1", if so, rename all the occurrences with the modified class name.
"Activity 'onWorkflowActivated1' validation failed: Cannot resolve Activity 'Workflow1'"
To resolve this, do a search in your entire project and find any references to "Workflow1", if so, rename all the occurrences with the modified class name.
great - it worked. thx
ReplyDelete