Question

Did somebody tried to recompile NHibernate for .NET 4.0 Beta 2?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top