CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2009
    Location
    UNITED STATES
    Posts
    5

    Crystal Report Memory Leak

    CR XI R2

    Setup:
    Windows forms application. CrystalReportViewer on a form by itself. Simple rpt bound to table in SQL Server.

    Issue:
    Changing a page (whether forwards or backwards) increases the memory usage of the application. If you keep changing back and forth between pg 1 and pg 2, the process eventually runs out of memory.

    Quitting the CRV form returns the memory.

    This was reproduced with a simple application connecting to Northwind on SQL Server.
    Also reproduced in CR2008 trial.

    Comments:
    Anyone else see this and know of how to resolve this?

    Note: i have tested this on Sample Application of Crystal Report.

  2. #2
    Join Date
    Mar 2009
    Location
    UNITED STATES
    Posts
    5

    Re: Crystal Report Memory Leak

    Install SP 5:

    https://smpdl.sap-ag.de/~sapidp/0120...ir2win_sp5.exe

    Will solve this problem.

  3. #3
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    Re: Crystal Report Memory Leak

    Thanks for your solution reply.
    Please avoid sending emails to my personal mail:
    write your doubts as thread in Codeguru
    Crystal Reports Forum
    .

    This will help all people having similar matters, and will let people who know solutions on the specific topic
    share their knowledge.

    Visit my company web site (Qmax Test Equipments Private Limited)

    Yours friendly,
    K.Babu

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured