Archive for the ‘LINQ to Entity’ Category

While I’ve been working with Version 1 of the Entity Framework I, amongst others, became very frustrated when trying to update foreign keys.  I realise that this article is probably out of date now as EF 4.0 was released a couple of weeks ago, which allows you access to foreign keys. Never the less, there [...]

Listed below are some issues and solution you may come across when trying access a LINQ to Entity layer from a WCF Service located in a separate project. Problem: Argument Exception: “The specified named connection is either not found in the configuration, not intended to be used with the EntityClient Provider, not valid.” Solution: The [...]