Here's the query that is generating this error in QueryableAttribute.ValidateQuery:
<baseurl>?$orderby=Date%20desc&$filter=Date%20ge%20datetime'2012-11-19T00:00:00Z'
This worked until very recent builds.
Comments: Here's how I updated to work with 5.2.0-rc1: PM> uninstall-package Microsoft.Data.OData -force PM> uninstall-package System.Spatial -force PM> install-package System.Spatial -Version 5.2.0-rc1 PM> uninstall-package Microsoft.Data.Edm -force PM> install-package Microsoft.Data.Edm -Version 5.2.0-rc1 PM> install-package Microsoft.Data.OData -Version 5.2.0-rc1
<baseurl>?$orderby=Date%20desc&$filter=Date%20ge%20datetime'2012-11-19T00:00:00Z'
This worked until very recent builds.
Comments: Here's how I updated to work with 5.2.0-rc1: PM> uninstall-package Microsoft.Data.OData -force PM> uninstall-package System.Spatial -force PM> install-package System.Spatial -Version 5.2.0-rc1 PM> uninstall-package Microsoft.Data.Edm -force PM> install-package Microsoft.Data.Edm -Version 5.2.0-rc1 PM> install-package Microsoft.Data.OData -Version 5.2.0-rc1