I just install EF 4.3 and trying to upgrade my project with migration. however I am getting issues with trying to execute add-migration initial to my project vi
add-migration initial
Make sure your statup project config file has the connection string.This link may help you.
I also had this problem and solved it by
StartUp project
Things worked out as expected.