Error while adding dynamic data to an existing web site - The method 'Skip' is only supported for so
Posted
by Vinay
on Stack Overflow
See other posts from Stack Overflow
or by Vinay
Published on 2010-04-13T13:11:26Z
Indexed on
2010/04/13
13:12 UTC
Read the original article
Hit count: 528
ASP.NET
|dynamic-data
Hello All:
I am creating an Asp.net web site which will support dynamic data. When I am creating a dynamic web site from Scratch (from template in VS) all is working fine. But when I am trying to add dynamic entity (.edmx) file and running the application I am getting following error
"The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'. "
Please help
Thanks Vinay
© Stack Overflow or respective owner