Quantcast
Viewing all articles
Browse latest Browse all 3636

Close method hangs the application

Hi,

 

I use CR XI x86 lastest release (13.0.5) for VS 2010 for an x86 target application on a 64 bits machine and I encounter problem using the close method.

 

I reduce my code to this simple expression where CrystalReport1.rpt is an empty report :

       

Dim r AsNew CrystalDecisions.CrystalReports.Engine.ReportDocument

r.Load("C:\Test\CrystalReport1.rpt")

r.Close()

 

If I execute this code, the application hangs on the r.Close method and never ends. If I execute the Print method, the report works as well but the Close method never works.

 

Could you help me on this ? What should I check to understand thois behaviour ?

 

Thanks,

 

Ety.


Viewing all articles
Browse latest Browse all 3636

Trending Articles