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!
Asked
Active
Viewed 6.4k times
22

abhishek-23
- 496
- 3
- 5
- 15
-
5You can install it from http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c – snurre Jan 19 '13 at 14:10
-
You need to install microsoft visual studio 2010 service pack 1 to get this on your console. – Santosh Kokatnur Jan 28 '17 at 05:37
3 Answers
51
- From the extension manager download : NuGet package manager
- From the Visual studio 2010 go to Tools –> Library Package Manager –> Package manager console
-
@theB3RV It is the same but it's not called "Extension Manager...", it's called "Extensions and Updates..." in Tools. – Freelex Jul 10 '14 at 14:39
-
In VS 2013 you go to Tools -> NuGet Package Manager -> Package Manager Console – levininja Feb 03 '15 at 23:05
-
In my case it is in.. Tools - > NuGet Package Manager -> package Manager Console – Faraz Ahmed Apr 28 '16 at 07:01
-
In VS10 I did Tools --> Extension Manager --> Tools --> Build --> Then search for "nuget package"... then install "NuGet Package Manager" – andrew pate Feb 28 '17 at 12:44
6
you need to install NuGet Package Manager

Mikl Ciryulnikov
- 61
- 1
- 1
-
1I didn't have the option for `NuGet Package Manager` until I installed this, now I do! Thanks – Luke Mar 04 '15 at 10:35