Forum Discussion

SukrutKonde's avatar
SukrutKonde
Regular Visitor
2 years ago

microsoft.net error

After I updated the MySQL,I kept getting this error. I tried downgrading still won't work. What else can I do?

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi SukrutKonde ,
    Based on the posts I've queried about the issue, you can look at the following areas to troubleshoot your problem:
    1.Make sure your application is compatible with the version of MySQL you have updated to. Compatibility issues usually lead to errors.
    2.Verify that your application's configuration files (such as or ) have the correct connection strings and that they are compatible with the new MySQL version.
    3.NET Connector/Driver Update Make sure to use the latest MySQL Connector/NET or the appropriate driver for your application, if not already in use. Outdated drivers may not be compatible with newer versions of MySQL

    Best regards,

    Albert He

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

    • SukrutKonde's avatar
      SukrutKonde
      Regular Visitor

      Hello,

      Thank you for your reply. The issue started when I updated all my drivers and connectors. After reading through few forums , I found out I should downgrade it to 8.0.16, which worked for me