nhibernate upgrade -



is a project using nhibernate v2.1 and I am wondering if v3 corresponds to 2.1 ?


I mean if I left v2.1 DL and replaced it with V3 DL then all the codes would work?

Thnx for your opinion.

Just recently made this step. Unlike upgrading from 1.2 to 2.0, no change was made. When we were upgraded from 2.1.2 to 3.0, we actually did not have to change anything in our code

However there are some breaking changes that can be seen in the release notes with the download.

In relation to the question you asked NHibernate DLL:

NHibernate log4net, Castle, ICE Depending on the selection, when you upgrade, make sure that these DLLs are also correct - we fulfill it for the situation of NIHBenNet Binaries in a "Lib" repository and all the projects that require NHibernate NHibernate refers to NHibernate.dll in the "lib" folder. It then resolves the dependency issue because all other necessary NHibernate dependencies are already in the same folder as the NHibernate.dll by default.

Comments