c# - Enable Migrations EF 6 Package Not Installed -


i'm creating new mvc 5 solution using ef 6 code first membership. broke out solution 3 projects, 1 consisting of main project views, 1 core, or business layer, , third domain. datacontext , initializer classes in project called 'core'. when try use package manager console enable-migrations , select 'core' project default, get: not sure understand issue, have referenced entity framework libraries within project.

any idea doing wrong? tia

the answer nuget install of ef package vs. referencing dlls.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -