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: Daniel Valdez
Date: January 25, 2020 04:32AM

Hi Jeremy,

MySql.Data v6.9.12 is a pretty old version, so moving to MySql.Data v8.0.18 is a big jump and there were a lot of changes in between, like removing MySqlClientFactory, that's why your are getting that exception. So you must have to update your code to use the new stuff. Please refer to MySql Connector/NET Developer Guide (https://dev.mysql.com/doc/connector-net/en/) which will help you in this task.

If you have doubt, please don't hesitate to contact us again.

Thanks,
Daniel

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.