You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to implement Serilog for MySQL database and everything was working fine but found that adding data into the db was not working. So on debugging the logs and code found that I am getting following error:
Method not found: MySql.Data.Data.MysqlClient.MySqlConnection.BeginTransaction
The text was updated successfully, but these errors were encountered:
I was trying to implement Serilog for MySQL database and everything was working fine but found that adding data into the db was not working. So on debugging the logs and code found that I am getting following error:
Method not found: MySql.Data.Data.MysqlClient.MySqlConnection.BeginTransaction
The text was updated successfully, but these errors were encountered: