I'm having two errors with workflow, one I think is caused by a bug in the compling with VS2010, its
Error 1 Could not resolve attachable member {clr-namespace:;}Flowchart1.requestType C:\Documents and Settings\Hilliard\my documents\visual studio 10\Projects\WorkflowConsoleApplication1\WorkflowConsoleApplication1\Flowchart1.xaml WorkflowConsoleApplication1
That error usually goes away after two builds in a row. I don't know if its related but another error gets thrown once the workflow runs in the Partial Class in the new
"Cannot set unknown Member 'requestType'. Line:3 Offset:4".
Anyone have any clue if I'm doing something wrong here? I just want to pass in two parameters into my workflow and use them throughout the workflow. Right now the workflow won't even load as them defiend in the workflow.