Thursday, 8 February 2007

WF problems

I was doing state sample using WF. But was getting an exception saying something like
InnerException {"Queue 'Message Properties Interface Type:StateMachineApp.IBugService Method Name:BugResolved. CorrelationValues: ' is not enabled. ...
While searching on google, I got a simple answer to this saying use
new ExternalDataEventArgs().WaitForIdle = true;
Thats done. Thanks for Pravin Indurkar. Here are the links:
http://blogs.msdn.com/pravin_indurkar/
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=788097&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=248794&SiteID=1

5 comments:

narayan said...

i also got the same problem in my state machine work flow.I have 6 states including the initial & complete state.
I am facing the above problem after crossing two states.
for two states my state machine is working but while it is coming to the third state its throwing correlation error& the instance id can not be delivered to the next state.

narayan said...

i also got the same problem in my state machine work flow.I have 6 states including the initial & complete state.
I am facing the above problem after crossing two states.
for two states my state machine is working but while it is coming to the third state its throwing correlation error& the instance id can not be delivered to the next state.

narayan said...

i also got the same problem in my state machine work flow.I have 6 states including the initial & complete state.
I am facing the above problem after crossing two states.
for two states my state machine is working but while it is coming to the third state its throwing correlation error& the instance id can not be delivered to the next state.

narayan said...

i also got the same problem in my state machine work flow.I have 6 states including the initial & complete state.
I am facing the above problem after crossing two states.
for two states my state machine is working but while it is coming to the third state its throwing correlation error& the instance id can not be delivered to the next state.

narayan said...

i also got the same problem in my state machine work flow.I have 6 states including the initial & complete state.
I am facing the above problem after crossing two states.
for two states my state machine is working but while it is coming to the third state its throwing correlation error& the instance id can not be delivered to the next state.