Hi,
I am trying to use the sping.net nhibernate integration with the latest nhibernate 3 release. Unfortunately spring.net references nhibernate 2.1.2.4000.
I tried to fix it with an assembly redirect to 3.0.0.1002 but this yields the error:
The method "IsInstrumented" in Type "Spring.Data.NHibernate.Bytecode.ProxyFactoryFactory" of Assembly "Spring.Data.NHibernate21, Version=1.3.0.20349, Culture=neutral, PublicKeyToken=65e474d141e25e07" does not hava an implementation.
Any way to get NHibernate 3.0 to work with Spring.NET?
Thank you very much