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.
Missing Connection Type
-
- Posts: 3
- Joined: Fri Jan 24, 2014 9:00 pm
Re: Missing Connection Type
Hello,
Please try to add the following code in your project:
Thank you.
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());
-
- Posts: 3
- Joined: Fri Jan 24, 2014 9:00 pm
Re: Missing Connection Type
Hi Aleksey,
It works after I added the code to Application_Start of my ASP.Net project.
Thank you very much.
It works after I added the code to Application_Start of my ASP.Net project.
Thank you very much.
Re: Missing Connection Type
Hello,
It always a pleasure to help you!
It always a pleasure to help you!