Connecting with MySQL

Stimulsoft Reports.NET discussion
Mpanal
Posts: 43
Joined: Thu Sep 07, 2006 11:28 am
Location: Spain

Connecting with MySQL

Post 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.

lcruiser
Posts: 58
Joined: Mon Jul 31, 2006 1:07 am

Connecting with MySQL

Post 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.

Mpanal
Posts: 43
Joined: Thu Sep 07, 2006 11:28 am
Location: Spain

Connecting with MySQL

Post 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.

Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Connecting with MySQL

Post 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.
Mpanal
Posts: 43
Joined: Thu Sep 07, 2006 11:28 am
Location: Spain

Connecting with MySQL

Post 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
Mpanal
Posts: 43
Joined: Thu Sep 07, 2006 11:28 am
Location: Spain

Connecting with MySQL

Post by Mpanal »

Any ideas?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Connecting with MySQL

Post by Edward »

The issue is confirmed.

We'll inform you when the solution is ready.

Thank you.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Connecting with MySQL

Post by Vital »

Problem solved. Please get latest version of MySql data adapter from http://stimulsoft.com/Downloads/MySQLDatabase.zip

Thank you.
Mpanal
Posts: 43
Joined: Thu Sep 07, 2006 11:28 am
Location: Spain

Connecting with MySQL

Post 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
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Connecting with MySQL

Post 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.
Post Reply