Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Package Manager Console not found

Tags:

Package Manager Console not found in Tools menu?? I am using Visual Studio 2010. I need to run a command in it Install-Package Facebook to avail Facebook SDK in C#.NET. Help!

like image 579
abhishek-23 Avatar asked Jan 19 '13 14:01

abhishek-23


People also ask

How do I find my package manager console?

To use the Package Manager Console to quickly find and install a package: Open your project or solution in Visual Studio, and select Tools > NuGet Package Manager > Package Manager Console to open the Package Manager Console window.

How do I reinstall a package in package manager console?

In Visual Studio, the Package Manager Console provides many flexible options for updating and reinstalling packages. On the Installed tab, select a package, record its name, then select Uninstall. Switch to the Browse tab, search for the package name, select it, then select Install).

How do I know if NuGet package manager is Installed?

In Visual Studio, use the Help > About Microsoft Visual Studio command and look at the version displayed next to NuGet Package Manager. Alternatively, launch the Package Manager Console (Tools > NuGet Package Manager > Package Manager Console) and enter $host to see information about NuGet including the version.


2 Answers

  1. From the extension manager download : NuGet package manager
  2. From the Visual studio 2010 go to Tools –> Library Package Manager –> Package manager console
like image 198
Jackal Avatar answered Nov 27 '22 04:11

Jackal


you need to install NuGet Package Manager

like image 31
Mikl Ciryulnikov Avatar answered Nov 27 '22 06:11

Mikl Ciryulnikov