Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No projects supported by NuGet in the solution

Tags:

nuget

xaf

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.

like image 206
Kirsten Avatar asked Mar 22 '18 21:03

Kirsten


1 Answers

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.

like image 194
kltft Avatar answered Sep 19 '22 05:09

kltft