NuGet - Cannot find the link "Add link to library ..."

I am using Visual Studio 2010 SP1 with MVC3 installed. As I learn the basics of NuGet, I went through this tutorial http://maleevdimka.com/post/NuGet-Part-1.aspx

I need to enable the "Add library package ..." link to add the default channels available. However, when I switch to the web application project in VS 2010, I see something else - "Managing NuGet Packages ...". If I click on this, I will see a dialog box with available online packages with the Install button.

The option "Add library link ..." is no longer available in VS 2010 and is replaced by "Manage NuGet Packages ..."?

Please, help!

+4
source share
2 answers

The link "Add link to the library ..." has been renamed to "Manage NuGet packages ..." in NuGet 1.4, the user interface is the same (with several updates).

Source: http://nuget.codeplex.com/workitem/1032

+5
source

The option "Manage NuGet packages for the solution ..." may not appear in the menu "Tools"> "Package Manager" in some cases, for example, when you are debugging (since you usually cannot edit the solution while working) or if you don’t have at least one file open / selected. It worked a bit.

+1
source

All Articles