laloivol
11-21-2006, 08:11 PM
When trying to build a web app using Spring .NET, NHibernate and Log4net and the .NET framework 2.0 ,a big problem came across. I found an issue with NHibernate (here's another post 'bout that http://forum.hibernate.org/viewtopic.php?p=2330330#2330330).
So, I downloaded the last Beta 2 version of NHibernate, but now log4net doesn't run because NHibernate and Spring use different versions of log4net: NHibernate uses log4net 1.2.10 and Spring uses 1.2.9... so, I thought it would be a good idea to recompile Spring using log4net 1.2.10, I downloaded the lastest source code, but did not find the Spring.Web assembly. Then I downloaded the latest nightly snapshot build and found that my assembly was right back, I recompiled, and when everything seemed to be ok, got this exception:
Could not load type 'Spring.Context.Support.WebSupportModule' from assembly 'Spring.Web'.
I looked for the WebSupportModule but I couldn't find it. Now I don't know what to do. Any ideas please???
So, I downloaded the last Beta 2 version of NHibernate, but now log4net doesn't run because NHibernate and Spring use different versions of log4net: NHibernate uses log4net 1.2.10 and Spring uses 1.2.9... so, I thought it would be a good idea to recompile Spring using log4net 1.2.10, I downloaded the lastest source code, but did not find the Spring.Web assembly. Then I downloaded the latest nightly snapshot build and found that my assembly was right back, I recompiled, and when everything seemed to be ok, got this exception:
Could not load type 'Spring.Context.Support.WebSupportModule' from assembly 'Spring.Web'.
I looked for the WebSupportModule but I couldn't find it. Now I don't know what to do. Any ideas please???