Microsoft Workflow - "Event cannot be delivered"

Posted by Wojtek on Stack Overflow See other posts from Stack Overflow or by Wojtek
Published on 2010-06-15T07:50:25Z Indexed on 2010/06/15 7:52 UTC
Read the original article Hit count: 569

I have strange problem. My application is using Windows Workflow Foundation. It is simple app that creates requests and then other presons accepts/denies these requests. Everything was working very fine until my client took application to other servers (app and db). From this time WF instances are created in DB but when app tries to fire event to WF instance it strikes exception: "Event "EventName" for instance id "instanceGUID" cannot be delivered". What went wrong? Any suggestion where to start find the problem?

© Stack Overflow or respective owner

Related posts about exception

Related posts about event-handling