Missing something with Entity Framework for .NET 3.5?

Posted by AC on Stack Overflow See other posts from Stack Overflow or by AC
Published on 2010-06-15T16:12:24Z Indexed on 2010/06/15 23:22 UTC
Read the original article Hit count: 180

Is it not possible to have EF create the necessary entities when I have two related tables linked with a FK in .NET3.5SP1? I see where the checkbox to support this is disabled but it is available in .NET4.

I've got a DB that has only tables with relationships in it. I need to build a Silverlight app (SL4) that allows management of the data within this app. I can't use .NET4 on the server... only .NET3.5SP1 so FK relationship bit in EF4 isn't available to me. Looking to avoid building as much of the plumbing to get back to the DB from the SL4 app as possible...

© Stack Overflow or respective owner

Related posts about wcf

Related posts about Silverlight