If you want to fix this problem or propose a patch, please have a look to my patch to this issue: http://216.121.112.228/browse/NH-2203
<http://216.121.112.228/browse/NH-2203>I think is very similar the problem, i wrote acode for swaping orderby and where before executing. Might help? 2010/12/15 nfplee <[email protected]> > Hi, i have the following code: > > var test = session.Query<Article>().OrderBy(a => > a.DateCreated).ToList(); > var test2 = session.Query<Article>().Take(4).OrderBy(a => > a.DateCreated).ToList(); > > The first line executes successfully but the second line throws the > error: > > "Specified method is not supported.". > > This used to work fine in the old LINQ provider (on top of v 2.12). > > -- > 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]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- 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.
