Error "Load Report Failed " after deployment on the client computer  
Author Message
Ghanshyam Singh





PostPosted: Crystal Reports for Visual Studio, Error "Load Report Failed " after deployment on the client computer Top

hi Masters,

I am using vs2003, i have made an application having crystal reports. I have made a windows installer. And its working fine on developement computer,

but when i am installing this application on the client computer it gives error when trying to view the reports only.

Load Report Failed

any one guess what should be the error

if any one face this type of probelm pls help me to slove it.




Visual Studio45  
 
 
PCr





PostPosted: Crystal Reports for Visual Studio, Error "Load Report Failed " after deployment on the client computer Top

Did you include the correct version of the Crystal Reports merge module with your setup package
 
 
Ghanshyam Singh





PostPosted: Crystal Reports for Visual Studio, Error "Load Report Failed " after deployment on the client computer Top

Dear,

Thanks for reply.

i have include all necessery dll and i have also tryed the process suggested by a master are as follows............

Here is steps to copy dlls from your machine

create a folder MyDLL on C: drive.
goto command prompt
goto into a directory C:\Windows\Assembly\GAC
give command XCOPY/S C:\Windows\Assembly\GAC\Cry*.* C:\MyDLL
then all dll’s from your machine are copied to MyDLL Folder

Here is a steps to copy Your DLL to Client Machine

Paste MyDLL oc c drive of clients Computer
goto command Prompt
give command XCOPY/S C:\MyDLL\*.* C:\Windows\Assembly\GAC
now your project will run successfully.

But still facing the same error pls do some thing...

Awating for reply



 
 
mewdied





PostPosted: Crystal Reports for Visual Studio, Error "Load Report Failed " after deployment on the client computer Top

XCopy's are not supported by Crystal, there suggested way is to use their merge modules available on their website. There are many dll's that need to be registered as well as the ones that are in the GAC.

The merge modules are available at:
http://support.businessobjects.com/fix/merge_modules.asp


 
 
Ghanshyam Singh





PostPosted: Crystal Reports for Visual Studio, Error "Load Report Failed " after deployment on the client computer Top

hi mewdide,

i have downloded the mearge modules for the vs.net2003 and

and also get the keycode

then i have made the setup but still facing the same error in the crystal report

what can i do