08-03-2012 09:04 AM
I have a 3rd party assembly that relies on NHibernate 3.3.0.4. However, the version that ships with SLX 7.5.4 is 2.1.0.4.
I've tried replacing the assembly but I get an error right away on the PreRender event in Login.aspx. My assumption is that there are other assemblies that are built against this version of NHib that I don't have access to recompile with.
Has anyone had success getting this scenario working? I've tried applying settings to the web.config file to point to the new NHib assembly in a different directory, but that doesn't seem to help.