Hello !

I'm working with NHibernate for my application. I have some trouble but step by step I'm able to find solution (Thanks to google).

The last one was a problem of compatibility between Mono and DynamicProxies (from castle project). All info are here : http://support.castleproject.org/jira/browse/DYNPROXY-21.

Now : I've this exception which seems coming from the mscorlib on mono ?

** (/donnees/Documents/Projets/MonoDevelop/NHibernate_Exemple/SourceCode/OrderSystem/OrderSystem.UI/bin/Debug/OrderSystem.UI.exe:10433): WARNING **: Missing member Equals in type OpCode, assembly /donnees/Applications/Dev/Mono/mono-1.1.13.4/lib/mono/1.0/mscorlib.dll

Unhandled Exception: NHibernate.LazyInitializationException: Failed to lazily initialize a collection ---> NHibernate.HibernateException: Creating a proxy instance failed ---> System.MissingMethodException: Method not found: 'System.Reflection.Emit.OpCode.Equals'.
in <0x00000> <unknown method>

But when I look in the methods ... I find it ...

ANy idea ?

Thanks

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to