This question is locked. New answers and comments are not allowed.
I followed the example for the fluent mapping and it works fine on mssql. Now I try to switch to mysql.
I changed the backend:
"An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred in Telerik.OpenAccess.dll
Additional information: ProviderName conflicts with backend setting 'mysql'."
Did I miss something? Connectionstring wrong?
I changed the backend:
Backend = "mysql"
And the connection string:<add name="connectionId" connectionString="Data Source=localhost;Database=telerik_test;User ID=root;Password=***;Command Logging=false" providerName="MySql.Data.MySqlClient" />Now the following exception occurs:
"An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred in Telerik.OpenAccess.dll
Additional information: ProviderName conflicts with backend setting 'mysql'."
Did I miss something? Connectionstring wrong?