4

From within VS 2022 I navigate to <Tools><NuGet Package Manager><Manage NuGet Packages for Solution...>

Then I select <Manage NuGet Packages for Solution...> but nothing happens. There is no error and no dialog is displayed. I mean, literally, absolutely nothing happens.

Has anyone seen this / know how to fix this?

2
  • 2
    try updating your VS 2022 and then restart your pc, i just tried it on my windows PC and it works alright
    – kyenry
    Commented Sep 22, 2022 at 17:00
  • 1
    If what Veronica said doesn't work, try right clicking on your solution item in solution explorer and select "Manage nuget packages for solution" instead of using the menu at the top. If still nothing, try repairing Visual Studio.
    – Timothy G.
    Commented Sep 22, 2022 at 17:01

2 Answers 2

3

If you are in "folder view" you supposed to switch to solution view than see "Manager Nuget Packages"

enter image description here

enter image description here

1
  • This helped me and I don't know why this is a thing...
    – Phil
    Commented Apr 3 at 15:53
2

OK I can see the Nuget Package Manager now.

Upon exiting VS 2022, the IDE prompted me . .
- (Do you want to save your changes?) I had been clicking (No)
- This time clicked (Yes)
- The IDE pointed out the (.sln file) asking to overwrite the existing
- I clicked (Yes) - then,

After saving the new .sln file I am now able to see the UI for Nuget Package Manager

1
  • 1
    Hi, glad to know you've found the solution to resolve this issue! Please consider adding an answer and changing its status to Answered. See can I answer my own question.., Just a reminder :) Commented Sep 26, 2022 at 1:06

Not the answer you're looking for? Browse other questions tagged or ask your own question.