ErikEJ / EntityFramework6PowerTools

This is the codebase for Entity Framework 6 Power Tools Community Edition, and modern EF 6 providers for SQL Server and SQL Server Compact
Other
183 stars 27 forks source link

Error while selecting View Entity Data Model Options Visual Studio 2019 #59

Closed evertonvps closed 5 years ago

evertonvps commented 5 years ago

Hello! I'm trying to use power tools in a project with mysql. When selecting any View Entity Data Model option, visual studio displays the message "The parameter is incorrect." (Exception from HRESUT: 0x80070057 (E_INVALIDARG))

ErikEJ commented 5 years ago

Potentially a MySQL related issue. Can you Share a repro project?

evertonvps commented 5 years ago

I had to downgrade Mysql.Data to solve crash of EF's wizard and be able to reverse engineer Code First. Follow the link in the project. https://we.tl/t-a8ci6GcE1K

ErikEJ commented 5 years ago

Then it sounds like a MySQL.Data issue, I think?

evertonvps commented 5 years ago

Yes! I tested it with SqlServer and it worked normally.

Then it sounds like a MySQL.Data issue, I think?