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
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