On Tue, Oct 12, 2010 at 12:12 PM, John Davidson <[email protected]> wrote: > You are probably getting caught by a delayed dispose on the session, where > the TransactionScope.Complete() does cause an eventual disposal of the > session, but it does so after you check if the session is available, but > before the BeginTransaction. Normal debugging processes will not allow you > to see this happening as the TransactionScope.Complete works asynchronously.
Ah, OK. That makes sense then. Thanks! -- 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.
