-
ABP Framework version: 9.0.4
-
UI Type MVC / Blazor WASM / Blazor Server
-
Database System: EF Core (SQL Server)
-
Tiered (for MVC) or Auth Server Separated (for Angular): yes
-
Exception message and full stack trace:
-
Steps to reproduce the issue:
1- Created a new layered mvc project with ABP studio
2- Getting error "cannot detect Volo.Abp.Localization, Volo.Abp.", even if the packages are available. Using all Volo packages (9.0.4) version.
3- data migration fails as well.
4- "Database Synchronization" error in ABP Studio logs
5- Uninstalled ABP Studio->rebooted computer -> reinstalled ABP Studio
6- Created new project
7- still failed to detect "Volo." packages
8- any suggestion ?
Note: ABP projects worked fine till yesterday. I did update the studio today.
2 Answer(s)
-
0
Hi,
This error does not seem to be related to us. Because one of the packages mentioned in the error is
Volo.Abp.Localization
. However, this package is located on nuget.org. See: https://www.nuget.org/packages/Volo.Abp.Localization/9.1.0-rc.3 .Probably a short-term problem occurred in nuget.org. Is the problem still persisting now? If it is still happening, can you check the NuGet.config file of your project and confirm that it looks like the picture below?
-
0
Thank you