A storage mechanism has already been configured for this application
NHibernateSession.Init()
or InitStorage()
is being called more than once. You're probably calling it every request, it's supposed to be called only once at startup.
NHibernateSession.Init()
or InitStorage()
is being called more than once. You're probably calling it every request, it's supposed to be called only once at startup.