Tuesday, April 18, 2017

The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'.

The method 'Skip' is only supported for sorted input in LINQ to Entities.
The method 'OrderBy' must be called before the method 'Skip'.
: I got this above error 'The method 'Skip' is only supported for sorted input in LINQ to Entities.' while running the asp.net mvc application.

No comments:

Post a Comment