GetItemsByTaxon does not work correctly in 4.1

Posted by Community Admin on 04-Aug-2018 14:53

GetItemsByTaxon does not work correctly in 4.1

All Replies

Posted by Community Admin on 20-Apr-2011 00:00

Throws exception (see attached) when GetItemsByTaxon take parameter has value Int32.MaxValue. When values is, for example, 100 it works correctly. Please explain.

Posted by Community Admin on 25-Apr-2011 00:00

Hi Pavel,

Thank you for reporting this to us.

This behaviour is most probably a bug in our Linq provider implementation. We logged a task and will get back to you when it is done. There is an alternative call that will behave as you have intended - just provide a value of '0' for the take parameter. This will also make the parsing of the expression call a bit faster as it will not add a 'Take' statement at all.

Kind regards,
Momchil Mitev
the Telerik team

This thread is closed