Page 1 of 1

Entity Framework: Error when loading child (1:1) reference

Posted: Wed 01 Oct 2008 10:28
by expuser
I'm getting an error when using the Load method of an entity object. All I'm trying to do is to load a child reference (1:1 relationship). The code is standard EF statement: MyEntity.ChildEntityReference.Load().

Would love to get a fix for this. Other EF scenarios seem to work as expected - like with MS SQL. :)

Thanks!

Posted: Thu 02 Oct 2008 08:06
by Shalex
We cannot reproduce the problem. Please send me (alexsh at devart.com) a small test project and the script that creates the database objects.

Posted: Thu 02 Oct 2008 17:39
by expuser
Was about to send you a test project but found out it worked. The test model is significantly smaller than in my actual project so it might have something to do with it. Anyway, I have emailed you for more details.