Entity Framework Code First Automatic Migrations to Azure Database -


i'm using ef 5.0 code first , testing automatic migrations. works fine when i'm working locally when upload database azure , change connection string accordingly migration fails work. i'm using migratedatabasetolatestversion initializer. azure doesn't allow? i'm not getting error. no migration. ideas?

try doing on website trigger call db.

i had problem, until realized migrations weren't run until did on website triggered call db -- e.g. attempt log in. migrations run then.


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -