Click here to Skip to main content
15,880,469 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
in my workflow i have set AllowBufferedReceive flag in the WorkflowService class as per the support link below

http://support.microsoft.com/kb/2015689

Now I am getting following error when a sequential flow is created

"must be enabled to use the ReceiveContext ManualAcknowledgement mode when the BufferedReceiveServiceBehavior is used"

Any one has any idea what this means and where to set this?
Posted

1 solution

I think this means you need a transactional queue
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900