Connecting with MySQL
Connecting with MySQL
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
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.
StiConfig.Services.Add(new StiMySqlAdapterService());
StiConfig.Services.Add(new StiMySqlDatabase());
hope this helps.
Connecting with MySQL
I think that is for my project, but the problem is without project. Configuring the designer for work with MySQL.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.
Connecting with MySQL
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.
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
I am using .Net 2.0 and yes, is the same version on both two cases.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.
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
Any ideas?
Connecting with MySQL
The issue is confirmed.
We'll inform you when the solution is ready.
Thank you.
We'll inform you when the solution is ready.
Thank you.
Connecting with MySQL
Problem solved. Please get latest version of MySql data adapter from http://stimulsoft.com/Downloads/MySQLDatabase.zip
Thank you.
Thank you.
Connecting with MySQL
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
The issue with latest Core Lab connector is confirmed.
We'll post a reply in this topic when the solution is available.
Thank you.
We'll post a reply in this topic when the solution is available.
Thank you.