Page 1 of 2
Connecting with MySQL
Posted: Tue Mar 04, 2008 3:44 pm
by Mpanal
Hello,
When I want to configure the designer for work with MySQL I am receiving the message error:
"Services are not found in ...." and the path of the DLL generated with the instructions of the MySQL pack. The DLL is on the same folder than the designer.exe
For test I tried the Oracle pack with the same result.
Any idea?
Thanks in advanced.
Connecting with MySQL
Posted: Wed Mar 05, 2008 1:31 am
by lcruiser
You also need to add the database services in your code, something like
StiConfig.Services.Add(new StiMySqlAdapterService());
StiConfig.Services.Add(new StiMySqlDatabase());
hope this helps.
Connecting with MySQL
Posted: Wed Mar 05, 2008 7:29 am
by Mpanal
lcruiser wrote:You also need to add the database services in your code, something like
StiConfig.Services.Add(new StiMySqlAdapterService());
StiConfig.Services.Add(new StiMySqlDatabase());
hope this helps.
I think that is for my project, but the problem is without project. Configuring the designer for work with MySQL.
Connecting with MySQL
Posted: Wed Mar 05, 2008 9:21 am
by Vital
Hello,
Can you say which version of .Net you are use? You compile MySql pack with same version of Stimulsoft Reports.Net which you are use for design reports?
Thank you.
Connecting with MySQL
Posted: Wed Mar 05, 2008 12:24 pm
by Mpanal
Vital wrote:Hello,
Can you say which version of .Net you are use? You compile MySql pack with same version of Stimulsoft Reports.Net which you are use for design reports?
Thank you.
I am using .Net 2.0 and yes, is the same version on both two cases.
Thanks you.
Edit:
Now I installed all on a new clean machine.
Installed VS2008
Instaled mysql .net Connector 5.2.2.1
Installed Stimulsoft Reports 2007.3
Compiled DLL as says instructions and copy on folder of designer.exe
run configure.exe, new, add services
SAME RESULT: Not found services on DLL.
The csproj file on the mysql pack of stimulreports references includes to csproj files that not exists on my disk. Perhaps some is wrong on this references?
Thanks you
Connecting with MySQL
Posted: Mon Mar 10, 2008 2:06 am
by Mpanal
Any ideas?
Connecting with MySQL
Posted: Mon Mar 10, 2008 5:24 am
by Edward
The issue is confirmed.
We'll inform you when the solution is ready.
Thank you.
Connecting with MySQL
Posted: Wed Mar 12, 2008 4:17 am
by Vital
Problem solved. Please get latest version of MySql data adapter from
http://stimulsoft.com/Downloads/MySQLDatabase.zip
Thank you.
Connecting with MySQL
Posted: Thu Mar 13, 2008 5:57 am
by Mpanal
Don't work.
The solution seems hardcoded to Corelab connector. I haven't installed, but if I download and install the last version from Corelab website, I cann't compile.
Thanks you
Connecting with MySQL
Posted: Tue Mar 18, 2008 12:34 pm
by Edward
The issue with latest Core Lab connector is confirmed.
We'll post a reply in this topic when the solution is available.
Thank you.