No projects supported by NuGet in the solution

Kirsten Greed picture Kirsten Greed · Mar 22, 2018 · Viewed 15.5k times · Source

I created a new Dev Express Winforms project using the XAF Wizard. Normally this works fine, however I have been playing with installing Dev Express from Nuget recently.

Following this excellent blog from Manuel Grundner

All the references in the new project create correctly except for Entity Framework.

When I try to run Tools->NuGet Package Manager->Manage NugetPackages for Solution

I get an error

Operation failed No projects supported by NuGet in the solution

General

sources

I thought I might try update-package from the Package Manager Console however the Default project combo is empty.

Answer

kltft picture kltft · Mar 1, 2019

https://github.com/NuGet/Home/issues/7216

Restarting after selecting "Manage Nuget Package for Solution" (Tools > Nuget Package Manager > Manage Nuget Package for Solution OR right-click context menu on the Solution in Solution Explorer > Manage Nuget Package for Solution), seems to clear this up.