jsgoupil
jsgoupil

Reputation: 3997

DynamicData with EF6.1.2 does not work because of namespace changes

Entity Framework 6.0 moved towards new namespaces. We can find the information here: http://msdn.microsoft.com/en-US/data/upgradeEF6

However, Dynamic Data seems to be expecting an ObjectContext from System.Data.Objects.ObjectContext (old namespace)...

Is there a way to get DynamicData to work with EF 6 ? Without using the Legacy ObjectContext system.

Upvotes: 0

Views: 70

Answers (1)

Related Questions