Error Can't find object MySqlDataConnection
Paulo Freire
S??o Paulo - Brasil
My English is bad
In Designer's ok, when I view the error occurs.
thank you
Comments
You should register a connection in code, as described in the readme.txt file:
3) register the dll programmatically
- add the "FastReport.MySQL.dll" reference to your project;
- execute the following code once at the application start:
FastReport.Utils.RegisteredObjects.AddConnection(typeof(MySqlDataConnection));
Thank you AlexTZ