views:

1049

answers:

2

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
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