Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Could not get CLR type name for EDM type Edm.Untyped #74

Open
Yahya0007 opened this issue Feb 15, 2022 · 0 comments
Open

BUG: Could not get CLR type name for EDM type Edm.Untyped #74

Yahya0007 opened this issue Feb 15, 2022 · 0 comments

Comments

@Yahya0007
Copy link

Yahya0007 commented Feb 15, 2022

Hi

I am getting below error when adding an OData service. The offending code seems to be Edm.Untyped in data that is received from the metadata url (http://mydomain/api/odata/$metadata);

<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="DevExpress.Xpo">
<ComplexType Name="XPWeakReference">
<Property Name="Target" Type="**Edm.Untyped**"/>
<Property Name="TargetType_" Type="DevExpress.Xpo.XPObjectType"/>
<Property Name="TargetKey_" Type="Edm.String"/>
</ComplexType>
<ComplexType Name="XPObjectType">
<Property Name="TypeName" Type="Edm.String"/>
<Property Name="AssemblyName" Type="Edm.String"/>
</ComplexType>
</Schema>

Thanks

Regards

image

@Yahya0007 Yahya0007 changed the title BUG: BUG: Could not get CLR type name for EDM type Edm.Untyped Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant