WorkflowExecutionStatus could not be found in Contour Shared Source
I am keeping getttig error saying "the type or namespace name WorkflowExecutionStatus could not be found" when I override WorkflowExecutionStatus as other sample in this sourcecode (the Umbraco Contour Shared Source in http://our.umbraco.org/projects/developer-tools/umbraco-contour-shared-source) to inherent the workflow . I have referred to Umbraco.Forms.Core. do I have to refer any other dll?
WorkflowExecutionStatus could not be found in Contour Shared Source
I am keeping getttig error saying "the type or namespace name WorkflowExecutionStatus could not be found" when I override WorkflowExecutionStatus as other sample in this sourcecode (the Umbraco Contour Shared Source in http://our.umbraco.org/projects/developer-tools/umbraco-contour-shared-source) to inherent the workflow . I have referred to Umbraco.Forms.Core. do I have to refer any other dll?
Thanks you very much
I got it after added more references
using Umbraco.Forms.Core;
using Umbraco.Forms.Core.Enums;
using Umbraco.Forms.Data.Storage;
is working on a reply...