I'm doing a simple receiver with EventProcessorHost and getting this error.
It happens when I debug receiver.
The ProcessEventsAsync() has a loop by events. Seems the loop processes the first event then throw this exception. The strange thing is, the loop can be started with events collection from one item, but the loop is trying to process the second item...
Leonid Ganeline [BizTalk MVP]