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

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
expuser
Posts: 2
Joined: Wed 01 Oct 2008 10:07

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

Post by expuser » Wed 01 Oct 2008 10:28

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!

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 02 Oct 2008 08:06

We cannot reproduce the problem. Please send me (alexsh at devart.com) a small test project and the script that creates the database objects.

expuser
Posts: 2
Joined: Wed 01 Oct 2008 10:07

Post by expuser » Thu 02 Oct 2008 17:39

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.

Post Reply