Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Library Package Manager does not appear

I installed ASP MVC 3, but when I go to tools I can't see the Library Package Manager, it was supposed to install along ASP MVC 3, how come I cannot see it?

Thanks!

like image 626
bb2 Avatar asked Mar 19 '11 18:03

bb2


4 Answers

I had the same problem and NuGet Package Manager was showing as installed.

I opened a project, went to Tools, Extension manager, went to Tools, highlighted NuGet Package Manager, uninstalled.

Restarted (had the problem with both VS2010 & VS2012)

Went to Tools, Extension Manager, Online Gallery, found NuGet Package Manager, download, install, restart.

I then had the Library Package Manager where it should be.

like image 178
Aaron Frizzell Avatar answered Oct 16 '22 15:10

Aaron Frizzell


You need to install the NuGet extension. NuGet provides the package manager window and the right-click Add Library Package Reference menu extension.

like image 31
tvanfosson Avatar answered Oct 16 '22 15:10

tvanfosson


Have you VS 2012? if that's the case, i think int not necessary Library Package Manager menu, if you want to see the command prompt PM> and install a new package, all you have to do is select Tools->NuGet Package Manager->Package Manager Console this action will show the Command Promt ready for install any package.

like image 4
luis Avatar answered Oct 16 '22 15:10

luis


For Library Package Manager go through the following link, then you can get that. The link is http://docs.nuget.org/docs/start-here/installing-nuget#Installing_NuGet.

like image 2
Rakesh Reddy Avatar answered Oct 16 '22 15:10

Rakesh Reddy