The exception is in the post processing after the data has already been sent. We've used this technique for some time now without issue in our production apps. What is causing the error is that you are probably hitting a lazy load in your event listeners maybe for validation (nhibernate validator custom validation?) or auditing.
On Jul 20, 10:06 pm, acl123 <[email protected]> wrote: > I am still really struggling with this > error:http://groups.google.com/group/nhusers/browse_thread/thread/1db7fd843... > > I have quite literally tried everything to get rid of it, but I can't. > The exception is very difficult to reproduce and only appears in our > exception logs every couple of days. > > I have tried the suggestion presented on the above thread by > [email protected] where he simply catches and discards the > exception. This appears to work but I don't know what damage it could > be causing. Does anyone know if his suggestion is safe or not? -- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
