Did somebody tried to recompile NHibernate for .NET 4.0 Beta 2?
+3
A:
Aside from having to update target framework versions for all projects to .Net 4, there is one compilation error remaining. NHib uses the ISet<T>
defintion from Iesi.Collections whereas there is now an ISet<T>
in System.Collections.Generic. There are 102 of these ambiguous reference errors.
John Rayner
2009-10-28 02:20:27
A:
When I migrated my NHibernate 1.2 application to .NET Framework 4 I got runtime error with proxy initialization. Any body knows what is the problem with NHibernate and .NET Framework 4 with proxy. It is saying "Ambious property"
Dipen
2010-01-04 19:44:54