Also....to repro this I typicall will 1) run RSB.Host.exe /Action:Debug ... 2) press a key to kill the program 3) rerun just like in step 1
On Feb 19, 12:22 pm, chrisortman <[email protected]> wrote: > When I set the threadCounts on the bus (bus is being hosted from > RSB.Host /Action:Debug) to values greater than 1 I sometimes get this > exception: > > _message "Property AppSpecific was not retrieved when > receiving the > message. Ensure that the PropertyFilter is set correctly." string > > And the a debug window popping up because the code gets here > (AbstractMsmqListener.cs): > > catch (Exception e) > { > Debugger.Break(); > Debug.Fail("should not happen", > e.ToString()); > } > > The failure comes from: > if ((MessageType)((message.AppSpecific & > 0xFFFF0000) >> 16) == > MessageType.MoveMessageMarker) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
