Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 7215

Commented Issue: ValidateQuery: Method not found: 'Int32 Microsoft.Data.OData.Query.SemanticAst.QueryNode.get_Kind()'. [721]

$
0
0
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

Viewing all articles
Browse latest Browse all 7215

Trending Articles