Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The local source doesn't exist Migrate from packages.config to PackageReference

I am trying to Migrate from packages.config to PackageReference
I do all steps but always i end up with this error:

The local source 'C:\Program Files (x86)\DevExpress 19.1\Components\System\Components\Packages' doesn't exist

I can't find out why this problem is happend because now i am using DevExpress 19.2
Any suggestion,Thanks in advance. enter image description here

like image 529
M.Bouabdallah Avatar asked Sep 16 '25 07:09

M.Bouabdallah


1 Answers

In Visual Studio, you may go to Tools>Nuget Package Manager>Package Manager Settings under Package Sources subgroup at left, and then uncheck the missed references for Package Sources ,as shown in picture below :

enter image description here

This may help you getting rid of this error.

like image 127
Hossein Hadi Avatar answered Sep 19 '25 11:09

Hossein Hadi