I have a unique problem with crystal reports. I have few activex dlls which has crystal reports dsr embeded. Activex dlls are installed in client machine. I am using push technology for pushing data into reports at run time. I am using Microsoft OLEDB for Oracle as the data source provider. If I am initiating only one report at a time, the program will run perfectly. But however, if more than one report is called at a time (which is possible as the client program can call two different reports in two different activex dll(two different thread)) crystal report will give an error "Unable to find pdsmon.dll". Any idea why this is happening?
Thanks
Thanks