I am getting the error(Error CS0246:The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?). So I tried installing MySql.Data NuGet Package in my ASP.NET project. But when I tried using Tools > NuGet Package manager > Manage NuGet packages for solution option to install it I can't find the MySql.Data since it says no result found. Then I tried Package manager Console to install MySql.Data by using the "Install-Package" command and also tried to update and reinstall every package using "Update-Package". But I had no luck can someone help me with this.
↧