Import library into VS 2010

4

  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 in VS?

    
asked by anonymous 17.11.2014 / 16:16

1 answer

3

The Canonical reference is here in the Microsoft documentation.

It would be this:

  • right-click the% nodes%
  • choose References
  • click the tab Add Reference
  • Navigate through the options until you find what you want to insert into the project.
  • Ok.
17.11.2014 / 16:51