OData: Incompatible type kinds were found. Found type kind 'Primitive' instead of the expected kind 'None'
问题 I am trying to use Excel 16.0.11929.20436 Get Data from Other Sources : OData Feed. When I enter the url I get the below error. OData: Incompatible type kinds were found. Found type kind 'Primitive' instead of the expected kind 'None'. I referred to the issue in github https://github.com/OData/odata.net/issues/1445 and it mentioned 'OData protocol does not allow duplicate names for top-level elements in the same namespace' Based on that solution, I fixed the duplicates in my CSDL but still