Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am working on c# visual studio 2010 and sql server 2008.I have used crsytal reports in my program.
I am able to access the crstal reports on my computer but if i go on my client server run the program and
if i click the crystal reports it displays "Application stopped working". I have already installed CRRuntime_32bit_13_0_2
Posted
Comments
coded007 25-Aug-14 9:08am    
Do you referred CR dll's to the project ?
Cho Lay 26-Aug-14 0:00am    
No, I mean I had installed CRRuntime_32bit_13_0_2 .msi into client' machine.
Suraj Pawar 26-Aug-14 3:03am    
you need to copy 'crystalreportviewers13' to the client server folder where you have hosted your application. also you need to refer dll's CrystalDecisions.CrystalReports.Design ,CrystalDecisions.Enterprise.Viewing.ReportSource
Cho Lay 26-Aug-14 3:59am    
Thanks for your reply. My project is Window application using C#. I already installed "Microsoft Report viewer2010" into client machine. Need to install 'crystalreportviewers13' to client' pc?
I already add reference dll's CrystalDecisions.CrystalReports.DesignCrystalDecisions.Enterprise.Viewing.ReportSource in my window project. But I don't know how to refer dll into client pc.
Please explain me... thanks..

1 solution

You should install the crystal reports runtime framework in client PC.
SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads[^]
 
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