The problem I am having seems intermittent..I am going to do some more testing tonight. But it appears to be inside the consumer that is trying to write a bad date to sql server and then the transaction gets aborted. The problem is, the try...catch is _inside_ the transaction block in the receive so when the transaction throws then it doesn't get caught. this would be resolved ( I think) if the try..catch was around the transaction block.
On May 28, 4:04 pm, Ayende Rahien <[email protected]> wrote: > thanks > > On Fri, May 29, 2009 at 12:02 AM, Corey Kaylor <[email protected]> wrote: > > It's in. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
