Error when attempting to Resume a Windows Workflow
问题 When attempting to Resume a Workflow with the following code: public WorkflowApplication LoadInstance(Guid instanceId) { if (this.instances.ContainsKey(instanceId)) return this.instances[instanceId]; WorkflowApplication instance = new WorkflowApplication(new Tarpon.Workflows.CreateContact()); // Create Persistable Workflow SqlWorkflowInstanceStore store = new SqlWorkflowInstanceStore(ConfigurationManager.ConnectionStrings["WorkflowPersistance"].ConnectionString); store.HostLockRenewalPeriod =