简体   繁体   中英

Unable to Load Persisted WorkFlow Instance in WorkFlowApplication Host - WF 4.5

I am trying to Load a persisted Workflow in order to resume a Bookmark in my process but I keep getting the error: "An instance ID has been generated for the WorkflowApplication because the 'Id' property was read. WorkflowApplication cannot be used to load an instance once an ID has been generated." I am using Windows Workflow 4.5. The workflow creation works and the records are correctly persisted in the SQL database but the resume fails when I try to load the instance. Please can you help me resolve this?

这是由于在Visual Studio的“监视”窗口中具有Instance.Id引起的。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM