Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Wednesday, July 2, 2014 12:39 AM
What contents should be added to run crystal report at runtime while visual studio 2010 and crystal report 13.0.2
Plz
Saturday, July 5, 2014 6:42 AM ✅Answered
If you are working with Visual Studio you don't need to worry about the referencing. VS add necessary CR values to the config when designing.
Hope you are looking something like this
<add assembly="CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Wednesday, July 2, 2014 2:00 AM
There is a very good article there for using Crystal report in visual studio 2010. Please go through it and let me know if you have any problems there.
http://www.codeproject.com/Articles/166291/Generate-a-report-using-Crystal-Reports-in-Visual
Friday, July 4, 2014 3:08 AM
Not sure what you are after. But you need install CR runtime when on deployment. Once installed report should work
Friday, July 4, 2014 7:29 AM
I means what contents should to be added in web.config file to run properly in client system instead of development server.
Tuesday, July 8, 2014 4:29 AM
Thank you. It's great help for me.