0
PhilWynn created
Hi
I have just downloaded v4 Core and successfully built. However, when I attempt to create the database via entity framework, I am getting the following error:
Could not load file or assembly 'Microsoft.EntityFrameworkCore.Design' or one of its dependencies. The system cannot find the file specified.
Please advise.
2 Answer(s)
-
0
Hi,
Are you using Update-Database command on package manager console ? Also did you selected Web.Mvc or Web.Host project as startup project ?
It might be related to selecting startup project.
-
0
Yes, the problem turned out to be the StartUp Project selection.
Thank you.