Re: 8.0.18 A null was returned after calling the 'GetService' method on a store provider instance of type 'MySql.Data.MySqlClient.MySqlClientFactory'.
Posted by: Massimiliano Mattei
Date: June 01, 2020 03:42PM

Ok after hours of struggling, installing and removing, manually, from nuget, and from connector installer, I found the solution.
I post here in case anyone is interested...

I had to install a nuget package for the EntityDataSource control!
Yes, you read well.
This will add a reference to the "new" control in your web.config, just change from <asp:EntityDataSource to <ef:EntityDataSource in your .aspx declarative code and everything will hopefully work for you too.

I hate everyone!

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.