Unable to find the requested .Net Framework Data Provider. It may not be installed.
If you are using a .net application and you encounter this error message you can add the following line to your web.config.
<system.data>
<
DbProviderFactories
>
<
clear /
>
<
add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.4.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" /
>
<
/DbProviderFactories
>
<
/system.data
>
This will make sure that your .net application will work again. If you have any questions about this, you can always check if a chat employee is available. If nobody is on the chat you can always create a ticket towards