Error when trying to create a report using Oracle and ASP.Net
Hello Everybody,
I have created a report with fastreport designer that connect to a remote oracle machine.
previewing the data is fine through the designer.
I created an ASP.Net application to display the report (using the web report control), I used the command FastReport.Utils.RegisteredObjects.AddConnection(typeof(OracleDataConnection));
and here it goes, when browse to the report I got the error above:
ERROR: System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
I gave ASPNet, Network_Service, IUser a full access over oracle client folder and the problem did't resolved!
Any suggestions?
Thanks
I have created a report with fastreport designer that connect to a remote oracle machine.
previewing the data is fine through the designer.
I created an ASP.Net application to display the report (using the web report control), I used the command FastReport.Utils.RegisteredObjects.AddConnection(typeof(OracleDataConnection));
and here it goes, when browse to the report I got the error above:
ERROR: System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
I gave ASPNet, Network_Service, IUser a full access over oracle client folder and the problem did't resolved!
Any suggestions?
Thanks