Reputation: 51
I have a project by NHibernate (version 2.1). For upgrade to NHibernate 3.2, what should I do?
Do I need that upgrade following dll?
I could not find those dll in NHibernate 3.2. Now what should I do?
Upvotes: 0
Views: 1037
Reputation: 6886
They are not needed any more. Just delete all dlls that are not there any more (except maybe log4net, that's now optional but without it there won't be any logging).
You might also get errors in your hibernate.cfg.xml, just remove the deleted elements like ProxyFactoryFactory.
Upvotes: 3