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

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -