Hello
My .net core api project use below for MySQL database connection.
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1" />
I would like to know Telerik Reporting service can work with Pomelo or not?
What providerName should I need to use for connectionString in appsettings?
When I tried, I got below error
Unable to establish a connection to the database. Please verify that your connection string is valid. In case you use a named connection string from the application configuration file, make sure the name is correct and the connection string settings are present in the configuration file of your application.
------------- InnerException -------------
Cannot load assembly by name "MySql.Data".