0

I need to add System.Data.Entity.ModelConfiguration to get DbContext. So when I searched online I found that I need to add reference to the dll EntityFramework.dll. I could not find the binary. Where is it located ?

I have latest Entity Framework installed on my machine. I have downloaded it from:

http://download.microsoft.com/download/2/C/F/2CF7AFAB-4068-4DAB-88C6-CEFD770FAECD/EFTools6.1.1ForVS2013.msi

1 Answer 1

1

I have found the solution. I had to re-install it. CommandLine re-installation did not help. I used the wizard. Right click on your project and choose "Manage NuGet Packages". Select the Online --> nuget.org. It will get latest things on nuget.org. Choose EntityFramework and click install.

Sign up to request clarification or add additional context in comments.

1 Comment

Yes. If EntityFramework already installed, force uninstall from Package Manager Command prompt and Install again by Right Click on project and choose "Manage NuGet Packages" and Install EntityFramework. This works fine.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.