0
joe704la created
I am getting the below error message when I try to use the Update-Database. I tried both creating a new database from scratch and just allowing the Package manger creating the database but neither works.
Error Number:2714,State:6,Class:16 There is already an object named 'AbpPermissions' in the database.
Any help would be greatly appreciated.
7 Answer(s)
-
0
The only possiblity, you may deleted the MigrationHistory table of EF. If you create an empty database, it should work. Also, check your connection string (You can add -Verbose parameter to your Update-Database command). I tried it again, there is no problem with Migrations.
Have an answer to this question?
Log in
and write your answer.