it's alright here the line: var result = new NHibernate.Linq.DefaultQueryProvider((ISessionImplementor)session).Execute(expression);
On Mon, Mar 5, 2012 at 10:48 AM, Sokun Chorn <[email protected]> wrote: > I try to build Castle.ActiveRecord against NHibernate 3.2 however the code > can't find any reference to NhQueryProvider class (ref: > https://github.com/castleproject/Castle.ActiveRecord-READONLY/blob/master/src/Castle.ActiveRecord/Framework/Queries/LinqQuery.cs#L59 > ) > > Can someone help me replace this line with relevant code? > > thanks >
