'Error: "Unable to create an object of type 'ApplicationDbContext'"

I'm getting this error message while trying to create a database using Code first, using the command "add-migration" in .Net:

''' An error occurred while accessing the Microsoft.Extensions.Hosting services. Continuing without the application service provider. Error: Failed to load configuration from file 'C:\Users\Jezus PC\Desktop\BulkyBookWeb\BulkyBook\BulkyBookWeb\appsettings.json'. Unable to create an object of type 'ApplicationDbContext'. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source