Hello,
I have CR 2008 (12.2.0.290)
VB 2008 (9.0.21022.8)
Oracle 10g
I am trying to build an application in VB 2008 that will automatically call and run a report that I have build in CR 2008.
In my stand alone developer my report works fine, I have used an Oracle Connection, my tnsnames has everythign it needs.
Here is the code that I am using.
http://vb.net-informations.com/crystal-report/vb.net_crystal_report_load_dynamically.htm
I get the "Failed to load database information. database dll 'crdb_oracle.dll' could not be loaded."
What am I not doing?
I have tested changing the report to ODBC instead and it worked, (just really slowly) which makes that not an option as I am planning on automating about 20 with this code.