C# and Mysql problem in Windows standalone

hi @all, if i compile my project to a windows standalone application, i'm not able to use my mysql connection. But if i test this in the unity editor, it works. So i don't know how to fix this problem.

I'm using the following imports:

using System.Data; using MySql.Data.MySqlClient;

it would be nice to find someone who have a fix for this problem. Big thanks.

See Ya!

EDIT: i have fixed the problem. Thank anyway. For all others, you have to include the I18N.dll and the I18N.West.dll from the mono framework. =)

You have to include the i18N.dll and the I18NWest.dll from the mono framework.

It has also been known to work when adding the System.Data.dll (available on the forums) and download the MySQLDriverCS.dll to your assets.

Note: this will not work for a web player.