1
I created a Finance Drive Controller, but when I click on the menu to list returns the error:
Invalid Object name 'dbo. Move'.
Why did that name stick? It was supposed to be Movimentacoes
.
PS: I already added in my context to disable pluralization with code modelBuilder.Conventions.Remove<PluralizingTableNameConvention>();
, but the same error still occurs.
You can post your Migration.Cs file here?
– Randrade