Results 1 to 4 of 4

Thread: "Load Report Failed" Crystal.Net

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    "Load Report Failed" Crystal.Net

    After installing my windows application on a Windows 2000 Server Machine I get the error message

    "Load Report Failed"

    every time I try to access a CrystalReportViewer Control.

    Whats Happening?

    Parksie

  2. #2
    New Member
    Join Date
    Aug 2002
    Location
    England
    Posts
    9
    this was a nightmare for me, i hope this can help:

    Click here

  3. #3

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018
    Thanks.....................No joy im afraid.

    I'm just gonna give up.

    Crystal = ****e.

    Parksie

  4. #4
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    Are you sure that you have included all the needed merge modules needed by CR? At least you should include three of them manually (Regwiz.msm, Database_Access.msm, Database_Access_enu.msm) and if using ADO.NET two more, VC_CRT, VC_STL. Howevr there is an article in Crystal Decisions Knowledge base whose title is: 'Err Msg: "Load Report Failed" after deploying .NET app to Windows 98 / ME'

    Though not relevant to Win2k but still may help you

    --------------------------------------------------------------------------------
    The information in the article refers to:
    Crystal Reports for Visual Studio .NET


    Applies to:

    Reported version only
    Distribution
    Internet Explorer 6



    Synopsis

    An application created with Crystal Reports for Visual Studio .NET is deployed to a Windows 98 or Windows ME client computer. When the application is executed the following error message appears:

    "Load Report Failed"

    The client has the .NET Framework installed as well as a Crystal Reports distribution package installed.

    How do you resolve this error message?


    Solution

    This error message suggests that the query engine DLL (CRQE.dll) did not get registered correctly on the client computer.

    To resolve this issue, manually register CRQE.dll on the client computer using the following command line:

    regsvr32 "C:\program files\common files\Crystal Decisions\1.0\bin\CRQE.dll"

    If CRQE.dll will not register or does successfully register and the problem persists, check the version of the ATL.dll on the client computer. The correct version of ATL.dll for Windows 98/ME is 3.0.8449.

    The correct version of ATL.dll can be found and registered on the client computer using one of these 3 methods:

    1. Install Microsoft Internet Explorer 6 on the client computer.

    2. Manually copy and register ATL.dll on the client computer and then run the Setup package for the Crystal Reports distribution again.

    3. Include the ATL.msm merge module in your setup project. This will install the correct version of ATL.dll on the computer and register the DLL appropriately.

    The ATL.msm merge module is included as part of the Visual Studio installer 1.1. Download the Visual Studio installer 1.1 from the Microsoft web site at:

    http://msdn.microsoft.com/vstudio/downloads/vsi.
    -----------------------------------------------------------------------------------

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