Migrating to Asp.Net Identity 2.0: new columns not being created in AspNetUsers table

前端 未结 7 1514
感情败类
感情败类 2020-12-29 13:28

I get the following error when I try to register a new user, using Identity 2.0 and the default MVC 5 application:

Invalid column name \'Email\'.
Invalid col         


        
7条回答
  •  长情又很酷
    2020-12-29 13:39

    I ran into same error. All I did was to manually add LockoutEndDateUtc column in AspNetUser

提交回复
热议问题