-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Error Include multiple properties #1625
Comments
@Kiide What version are you using? Can you provide a repro? Model and query can help. A project would be ideal. |
I have a class model Produto (Product) that have multiple associations but the entity framework can not load the associations, then I force loading using Include method. |
This should already be fixed in latest bits |
This might actually be a different issue. I will take a closer look tomorrow |
oh, ok great guys! But in this situation, is there anything I can do? I need to load all the associations of my body, I can do a SQL query? |
I would try our nightly build first, this might unblock you right away, we made a lot of fixes around include area recently |
You can try use beta2 from master repo, or beta4 last builds from dev repo |
Hi guys, give me some days, i will try beta2, beta3 and beta4 and post feedback here! |
@Kiide any update on this? |
In the docs
|
I has using vNext and EF7 in production, but i change EF7 to NHibernate momentarily... |
Can you also post screenshots or paste contents of your ApplicationContext as well as entities Actor, Director, Movie? Thanks! |
didn't hear back, closing. Also we did some improvements around include, so the original issue may be already solved. Feel free to reopen if you still see the problem in the latest bits. |
when using the Include method to eager loading of an entity everything works perfectly, but when using the Include in two properties an error occurs.
The text was updated successfully, but these errors were encountered: