Thank you, that was the problem. I use a project that has a dependency
on the older version. I now reference the new version but I get a
compilation error:
Error   26      The name 'CriteriaUtil' does not exist in the current context
D:\Mes documents\Visual Studio 2008\Projects\NHibernate\ICriteria.cs
41      53      NHibernateLibrary

on this line:
internCriteria.SetResultTransformer(CriteriaUtil.DistinctRootEntity);

it seems that there is no more CriteriaUtil class with nh 2.1.0. Which
is new class replacing it?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to