[MySqlException (0x80004005): Table 'dbpetshop.dbpetshop.carro' doesn't exist]

0

A print of error

i'm working with Visual Studio 2019, MySQL and Entity Framework using Database First approach.

I had this error after using ADO.NET to generate the models and the context class.

Ps: The database and the table exist and it's working in other tests.

I hope someone could help, because i need to fix this as fastest i can, as it's for my final paper.

c#
mysql
entity-framework
asked on Stack Overflow Oct 23, 2020 by Natuba • edited Oct 23, 2020 by nbk

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0