Import library in VS 2010

Asked

Viewed 1,175 times

4

How to import a lib at Visual Studio 2010, I’m doing a project that I need to use:

  using  System.Data.Entity 4.0
  using  System.Data.DataSetExtensions 4.0

I have the file that contains the lib, but how do I put it on VS?

  • Take a look at [tour]. You can accept an answer if it solved your problem. You can vote on every post on the site as well. Did any help you more? You need something to be improved?

1 answer

3

To canonical reference is here in the Microsoft documentation.

Would this be:

SS

  • right click on the nodes References
  • choosing Add Reference
  • click on tab Browse
  • Navigate through the options presented until you find what you want to insert into the project.
  • OK.
  • I did that and I still can’t use it.. It’s in the right folder.. but I can’t use it.!

  • Did you put this 4.0 just to illustrate or is it written? Does it give an error? Put everything you can there in your question. Tried installing with Nuget? https://www.nuget.org/packages/System.Data.Entity.Repository/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.