I\'m new to ASP.NET and am trying to set up a webAPI c# application with entity framework. But when I try to run the Enable-Migrations command on nuget-package-manager conso
Issue is due to not having sufficient privileges to run the command. Open Visual studio in administrator mode (Run as Administrator) and execute the command.