This is a migrated thread and some comments may be shown as answers.

Microsoft.OData.Client v7.x.x support

0 Answers 64 Views
DataServiceDataSource
This is a migrated thread and some comments may be shown as answers.
Ahmed
Top achievements
Rank 1
Ahmed asked on 29 Apr 2019, 08:27 AM

hello ,

Asp web api OdataController created against Microsoft.Aspnet.Odata v 7.1.0 which uses the new odata schema (Edmx not Edm) for the model 

and the Odata Client Code Generator template for c# creates the proxy class agains Microsoft.OData.Client v 7.5.1 

and the RadDataServiceDataSource is built against the Microsoft.OData.Client v 6.15.0 as stated in the docs

and if we use this version to load the edmx file we got error as it is expecting a different root element in the model file 

so is there a work around for this issue ? am i missing something ?

thank you so much 

No answers yet. Maybe you can help?

Tags
DataServiceDataSource
Asked by
Ahmed
Top achievements
Rank 1
Share this question
or