You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Breeze.Sharp with Blazor. I have exported the metadata and stored it in local storage.
When I try to import it to MetadataStore (to avoid fetching it everytime ) I get the following error
System.Exception: 'There are no KeyProperties yet defined on EntityType: 'Student:#SchoolManager.Entities'. Please insure that the metadata for this type is complete either by calling FetchMetadata or by explicitly updating the KeyProperties before creating an EntityKey for this type.
This used to work with breeze js client.
The text was updated successfully, but these errors were encountered:
I have downloaded blazorboilerplate but I have seen nowhere where Breeze Sharp is used. Can you direct me on which classes to check the usage of breeze sharp?
I am using Breeze.Sharp with Blazor. I have exported the metadata and stored it in local storage.
When I try to import it to MetadataStore (to avoid fetching it everytime ) I get the following error
System.Exception: 'There are no KeyProperties yet defined on EntityType: 'Student:#SchoolManager.Entities'. Please insure that the metadata for this type is complete either by calling FetchMetadata or by explicitly updating the KeyProperties before creating an EntityKey for this type.
This used to work with breeze js client.
The text was updated successfully, but these errors were encountered: