views:

12

answers:

0

I am looking for a way leverage a current DAL in a web app that uses Spring.Net (managed transactions leveraging OpenSessionInViewModule) in a Windows Service. Currently I am getting this error "No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one here" in the Windows Service. Is there a way to do this?

Thanks