I plan to check for renewal from NHibernate 2 to 3. The first port of the call seems to be removing the reference from NHibernate.dll to the website project.
If I simply delete the file from the bin folder, then when I create the website, it shows it again, then the website knows that it should be there. If I open the property for the website and look at the list of references, NHibernate.dll is not there, in fact, none of my binary references, only the project and .net reference
Is anyone trapped by this? Can anyone help?
Could it be that you have another library that refers to NHibernate (eg BusinessLogic Or DAL)? If so, then you need to change the context there.
If it is not, try to convert it directly into bin folder. Do not forget to replace other DLL (Iesi.Collections.dll 3.1 and Iesi.Collections.dll, Remotion.Data.Linq.dll , For Antlr3.Runtime.dll 3.0 and DLLs for proxy (loading lazy).
By the way, it is useful for all external DLLs found in such situations, from the .NET Framework Are not related and refer to DLL from there. Therefore, when you update, the DLL in that folder Changes are required and will be used automatically.
Comments
Post a Comment