I have created one API project and installed Hangfire.MySql package from nuget manager,
After installation successful I found one error in my code where I am instantiating “MySqlConnection” class
and it is giving error as :
Error CS0433 The type ‘MySqlConnection’ exists in both ‘MySql.Data, Version=5.1.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d’ and ‘MySqlConnector, Version=0.19.2.0, Culture=neutral, PublicKeyToken=null’
I can’t find the way to remove one of any reference from assembly.
Please help me out. Thanks in advance.