Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


Multithreaded Crystal Report Error in 10.x
Using CR Version 9.x, calling the following (to load a Report) in multiple threads works fine:

reportDocument1.Load(sRptPath);

But in Version 10.x, this results in an error on the second call, and any successive ones. A null reference is thrown at
CrystalDecisions.CrystalReports.Engine.ReportDocument.GetConcurrentUsage()
which is called within Load. I need to figure out why this is happening and what the solution is. It seems like a bug. Load works fine when called successively within the same thread, just not in successive multiple threads.

Created By: amos 3/20/2006 12:13:01 AM


 Comments:
 > Guest 12/18/2008 3:28:36 AM
How did this get resolved ?