I am facing a strange problem in windows workflow foundation, need help from you guys. I have creatd a State Machine Workflow ,it worked very fine in one build , but due to some requirements i altered workflow , build and reinstall application , but now when i am trying to access workflow instaces which i created in provious build , it give me runtime exception "This workflow is not owned by the WorkflowRuntime. The WorkflowRuntime's ownership has expired, or another WorkflowRuntime owns the workflow" please help me to resolve this problem

link|improve this question
I didn't think you were supposed to use the title of the question as the tags... – Donal Fellows Apr 3 '10 at 16:06
feedback

1 Answer

How long is the lock time for the persistence service? I'm assuming you're using the built in SqlWorkflowPersistenceService.

Maybe this infomation helps you:

http://www.dotnetconsult.co.uk/weblog2/PermaLink,guid,9c484cc4-ddd7-4dfd-b8e3-d5517fe9b0a2.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown