Page 1 of 1

Missing Connection Type

Posted: Sat Jan 25, 2014 10:42 pm
by PETER CHEN
I have installed Stimulsoft Reports.Net and copied Stimulsoft.Report.OracleClient.dll into bin directory. When I launch report designer from window and try to create new connection, Oracle connection type is there for selection. But when I launch report designer from a form in Visual Studio, I cannot find that Oracle connection type any more.

What is wrong in my operation? How to fix that?

Any help is appreciated.

Re: Missing Connection Type

Posted: Mon Jan 27, 2014 5:54 am
by Alex K.
Hello,

Please try to add the following code in your project:

Code: Select all

StiConfig.Services.Add(new Stimulsoft.Report.Dictionary.StiOracleAdapterService());
StiConfig.Services.Add(new Stimulsoft.Report.Dictionary.StiOracleDatabase());
Thank you.

Re: Missing Connection Type

Posted: Mon Jan 27, 2014 2:44 pm
by PETER CHEN
Hi Aleksey,
It works after I added the code to Application_Start of my ASP.Net project.
Thank you very much.

Re: Missing Connection Type

Posted: Tue Jan 28, 2014 5:14 am
by Andrew
Hello,

It always a pleasure to help you!