Using LinqExtender to make OData feed fails
- by BurningIce
A pretty simple question, has anyone here tried to make a OData feed based on a IQueryable created with LinqExtender?
I have created a simple Linq-provider that supports Where, Select, OrderBy and Take and wanted to expose it as an OData Feed. I keep getting an error though, and the Exception is a NullReference with the following StackTrace
at…