Hi,
I’m currently writing a module to use NHibernate.
I’ve gotan IKernel in the same assembly. I’m initiating the kernel as follows:
IKernel kernel =new StandardKernel();
My questions is will the my NHibernateModule or do I need to do a Load?
Is thee a way of automatically loading modules in the same assembly?
Chers
Sean.