Click here to Skip to main content
15,905,563 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
Dear All,

I have developed one application in C#(VS 2008) and that application is using crystal reports for reporting purpose. It is working fine in my mechine but when I install the same application in my client mechine its not working at all. I guess some supporting dll are missing for crystal reports. could any one suggest what are all the supporting stuff to be sent to client for running crystal reports properly.

Thanks in advance!

Regards,
Anil
Posted
Comments
Sandeep Mewara 22-Dec-10 1:09am    
It must be giving some errors. What error?
Member 4399771 22-Dec-10 1:33am    
Thanks for your reply! the error msg is "system could not find the dependencies "

Hi,

Please open the references of your project, and for each Crystal* reference listed, set its “Copy Local“ property to “true“.
 
Share this answer
 
Thank you all for your replies. I got solution for this problem I download the msi setup for crystal reports from here
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900