We are working on the Workflow foundation to create some business workflow for our organization. When we created workflow and build it, we got a compilation error saying Unrecognized tag 'x:Members' in namespace 'http://schemas.microsoft.com/winfx/2006/xaml'
.
So we changed the build action from "Page" to "Content". Now the compilation error has been resolved, but we got an another issue.
We tried to create the workflow instance using the WorflowApplication class. When we try to accessing the workflow class, it is not recognized in the editor and getting compilation error
"The type or namespace name 'SoftwareRequestWorkflow' could not be found (are you missing a using directive or an assembly reference?)"
We are using .net framework 4.0 in visual studio 2010.