Problem Description
When working with declarative workflow services 4.0 you may get this message in the workflow service which receive an asynchronous the message.
System.WorkflowModel 4.0.10924.1: Throwing exception: System.InvalidOperationException: A Location cannot be generated from an Expression of type Call.
Solution
This exception is thrown by Workflow Model when the sender sends the message with invalid action. That culd mean that the action is not known by the receiver. For example ReceiveAction is bount to operation IMyService.Operation1, butservice sends the message with action=Ooperation1
Posted
Apr 10 2009, 01:00 PM
by
Damir Dobric