I can't seem to locate the Entity Framework migrations to create the new UserLoginAttempt table for 0.8.0.3.
3 Answer(s)
-
0
Hi,
Did you execute "Add-Migration" After upgrading Module Zero to 0.8.3. If you did, can you share the generated migration code ?
Thanks.
-
0
I upgraded from 0.6.3.1 and .6.4.1 in my solution to 0.8.0.3 and it broke my package manager commands for EF (version 6.1.3)
I got "The term 'Add-Migration' is not recognized as the name of a cmdlet" when trying to run add-migrations, are you using EF 7 or something?
I am currently downgrading to version 0.7.0 to see if this will resolve it.
It has not been a good morning so far :(
-
0
Hi,
The error you are getting is probably related to Visual Studio. Try to close and reopen visual studio and run Add-Migration code again.