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

After Update of EFDesigner2022: Many:Many not possible anymore - "DependentsMustHaveIdentities" #88

Open
MyKeySoftMK opened this issue Jan 2, 2024 · 3 comments
Labels
bug Something isn't working
Milestone

Comments

@MyKeySoftMK
Copy link

I will create a M:M Join - but when i set the Multiplicity on both sides to "*" then i see the following error:

Fehler beim Aufrufen der Validierungsmethode "DependentsMustHaveIdentities" , weil auf einen NULL-Verweis zugegriffen wurde.

My both Entities have Guid-Properties as PK and the Property is set to "Is Identity".

I have do it prior some weeks ago - and it works. The Tabels are create and i can work with them. But today they didn´t work. In the meantime i have update your Designer to v4.2.6.3

@Zattor
Copy link

Zattor commented Jan 15, 2024

I've git the same issues with m:m relations but with bigint/long as primary keys. In english this error is being thrown:

Invoke validation method 'DependentsMustHaveIdentities' failed due to a null reference being accessed.

@MyKeySoftMK did you have a workaround?

@MyKeySoftMK
Copy link
Author

@MyKeySoftMK did you have a workaround?

Yes - in the meanwhile i using the 4.2.5.1 of the Extension. That works fine for me and my szenarios.

@msawczyn
Copy link
Owner

Could you please post a small model (maybe, 2 classes with a many-to-many relationship) that shows the problem?

Thanks.

@msawczyn msawczyn added the bug Something isn't working label Jan 16, 2024
@msawczyn msawczyn added this to Enhancement Requests in EFDesigner2022 via automation Jan 16, 2024
@msawczyn msawczyn added this to the 4.2.8 milestone Jan 16, 2024
@msawczyn msawczyn moved this from Enhancement Requests to Bug Reports in EFDesigner2022 Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
EFDesigner2022
Bug Reports
Development

No branches or pull requests

3 participants