Click to See Complete Forum and Search --> : Load Report Failed On CR 9


imranctgbd
December 14th, 2005, 06:45 AM
Dear Guys,

I had created an application with Visual Basic 6 and Crystal Report 9 with RDC Environment. While Developing the System In My PC it works nice.... But while I am deploying the system to client PC it is not working. My client's OS is Win 98 and I am using SQL Server 2000 for Database Backend which is running under Win 2000 server.

First I create the installer through VB's Package & Deployment Wizard. Then I install it to my client's PC. The following problems occured one by one...

1) While I tried to run the Report from The Software It shows nothing.....
2) Then I install Crystal Report 9 on Client machine to check whether it is any DLL Issue or Not. Now a new problem occured. While running the report it shows me an error 'LOAD REPORT FAILED'.

I donot understand what is the problem.... Please help me out.

bryan3473
December 15th, 2005, 05:57 PM
An application uses the Report Designer Component (RDC) as its reporting development tool.

When deploying the application the following error message appears:

'Load Report Failed'

Why does this error message appear?


Solution


The error message appears because the incorrect version of ATL.dll is loading. The ATL.dll version 4.0.0.517 is an outdated file. When the RDC application attempts to install ATL.dll version 3, included with the installation package, the DLL version on the client computer is greater and it will not install. To correct this behavior replace the ATL.dll version 4 file with a version 2.00.7024.0 and install the application again.

More Information:

For more information on this error please search Microsoft's Knowledge base for article 256089 at:

http://support.microsoft.com

imranctgbd
December 18th, 2005, 07:39 AM
Thank You Very Much..

My Problem Solved. But Now A New Problem Occured... While I load Crystal Report File through RDC In Windows 98 Environment The Report Load And Shows Slowly....
Can Any one Tell Me Why And How Can It Be Resolved..

Thank You Again

sumansengan
March 15th, 2007, 06:23 AM
Hi all,
i created web application using .net2.0 with crystal report. Tht project i tried to run via ipaddress (http://localhost/myapplication/login.aspx).

forms are running fine bt whn i trying to get crystal report it gives Load report Failed to me. One thing its working fine when i run with .net environment. Only thing problem is in publish with ip address .Please help me.


my code is
SqlCommand sh = new SqlCommand("select * from report, con);
SqlDataAdapter dd = new SqlDataAdapter(sh);
DataSet sd = new DataSet();
sd.WriteXml("e:/xmlfiles/LoanViewTransaction.xml");


Please help me