I want to use NHibernate 1.0.2.0 in an ASP.NET 1.1 application.
I've read the various articles on the architecture people are recommending, and am confused. I've tried several approaches, but these don't work!
Has anyone got a concrete example of an architecture which works? I'm using VB.NET, so a VB example would be great!
BTW, I've tried storing the SessionFactory in the Application cache, but I keep getting the error:
Quote:
"The located assembly's manifest definition with name 'log4net' does not match the assembly reference."
Any pointers on what the problem is? This is driving me mad!
Thanks,
James