I am Trying to develop a .Net Web Project using NHibernate and Spring.net. But I'm stuck.
Spring.net seems to depend on different versions of the NHibernate assemblies (maybe it needs 1.2.1.4000 and my NHibernate version is 1.2.0.4000).
I solved some problems with the "bindingRedirect" TAG, but now even that stopped working.
My Question is:
Is there any way to do this in a simple way to resolve this inter-library relations?