The namespace name Infrastructure does not exist in a namespace system.data.entity

.net

Solution

You need to add a reference to the .NET assembly `System.Data.Entity.dll`.

Problem

I am getting an error message when using infrastructure namespace in system.data.entity namespace

Original source

Related problems