Windows Workflow
I was having problems trying to pass a mock object to workflow b/c the mock wasn't serializable. The workflow held a private instance of the object and when the workflow idled it tried to serialize all the members. You can get around this by marking members with the [NonSerialized] attribute, then the workflow won't try to serialize the member.
Labels: Workflow

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home