3

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

4
  • Well, given the error message, it seems to me that you have already figured out how to not add it... This is part of the Entity Framework 6.0 Beta, isn't it? Commented Nov 20, 2013 at 23:59
  • no i want to add assemblye Commented Nov 21, 2013 at 0:08
  • I understand that. Usually, you would add it at the top of your namespace like, Using System.Windows.Forms; or add a reference to it in the 'References' of your project. Do you know how to do either of those? Commented Nov 21, 2013 at 0:11
  • but when I come to add a reference about ,Ican't find it Commented Nov 21, 2013 at 0:18

1 Answer 1

7

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.

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

1 Comment

thank you yes installing entity framework is required

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.