I am in the process of creating a new simplistic application that I can post here to show what I am doing, but in the meantime is there any threading issues I need to be aware of when using creating a session on a different thread to the main thread?
I am creating a new thread, opening a session, performing a SaveOrUpdate, Flushing and Closing the session, THEN calling Thread.Sleep(500), and if I step into this using F11 (which it obviously cannot do, but step over) the thread goes into AbortRequested but I cannot find out who requested the Abort. I am in the process of trying to work out how to switch on the logging for NHibernate...
Thanks
Nick.
|