Enable-Migrations - Cannot bind argument to parameter 'Path'

前端 未结 7 1677
青春惊慌失措
青春惊慌失措 2020-12-20 18:34

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

7条回答
  •  爱一瞬间的悲伤
    2020-12-20 18:48

    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.

提交回复
热议问题