If you have an existing database, and you want to include ASP.NET Identity tables to it, you can face this error. You may not know how to integrate [AspNetRoles], [A
Remove folder /.vs/[solution_name]/DesignTimeBuild.
Next from command line: dotnet ef database update --context [your_db_context_name]
It works for me.