22

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!

abhishek-23
  • 496
  • 3
  • 5
  • 15

3 Answers3

51
  1. From the extension manager download : NuGet package manager
  2. From the Visual studio 2010 go to Tools –> Library Package Manager –> Package manager console
p.s.w.g
  • 146,324
  • 30
  • 291
  • 331
Jackal
  • 2,591
  • 3
  • 25
  • 29
6

you need to install NuGet Package Manager

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

From VS 2013

Tools –> NuGet Package Manager –> Package manager console

RBT
  • 24,161
  • 21
  • 159
  • 240
Jackal
  • 2,591
  • 3
  • 25
  • 29