System.Data.Entity.ModelConfiguration does not exist

c#

Solution

Are you using `Entity Framework`? If so, `System.Data.Entity.ModelConfiguration` is a namespace in `EntityFramework.dll` assembly. So, Add `EntityFramework.dll` reference to your project.

Read this.

Problem

*how to add System.Data.Entity.ModelConfiguration *

Original source