I have two entity framework solutions in Visual Studio 2012. I used Nuget to download EF5 on both.
In first solution/project I created a class library and I want to add it to the project in solution 2.
I am not sure how to add it. I noticed that there is a folder
..\..\packages\EntityFramework.5.0.0\lib\net45
Two questions:
- Where is the folder(packages) coming from? (Just a guess it is from Nuget but not sure..)
- How to add the reference?(Browser to this folder to locate it or using Nuget?)
First: It’s one folder up to your project folder and actually it’s beside your solution, it has been downloaded from http://wwww.nuget.org website.
Second: Add it through NuGet(by clicking on project and select Manage Packages or using the command line power-shell Install-Package) and it will manage it to not download it again and reference to the same file