I'm having an issue getting Devart.Data.MySQL set up as an Entity Provider.
What I have reached so far is this App.config: https://paste.mozilla.org/Q81ctALe
But all that does is throw this exception:
System.InvalidOperationException: 'The Entity Framework provider type 'Devart.Data.MySql.Entity.MySqlEntityProviderServices, Devart.Data.MySql.Entity.EF6' registered in the application config file for the ADO.NET provider with invariant name 'Devart.Data.MySql' could not be loaded. Make sure that the assembly-qualified name is used and that the assembly is available to the running application.
At this point I'm out of ideas - any suggestions?