Jaanus Varus
Jaanus Varus

Reputation: 3573

Package Manager Console Does Not Load

Any ideas of why my Nuget Package Manager Console suddenly does not load (greyed out)?

enter image description here

I have tried opening the console from within different contexts/projects without luck.

If it was to throw an error on console startup, where could I catch possible error messages? Output window is empty.

I am using Visual Studio 2013 Premium with Nuget Package Manager v2.8.

Upvotes: 2

Views: 1631

Answers (2)

Stephen
Stephen

Reputation: 11

Hiding the console window is what grayed it out for me... I uninstalled/reinstalled Nuget package and then I restarted VS and it came back :)

Upvotes: 1

Jaanus Varus
Jaanus Varus

Reputation: 3573

Reinstalling Nuget fixed this issue.

I am, however, still unaware of what caused such behavior.

Upvotes: 2

Related Questions