Deploy an application with Crystal Reports - c#

I develop a Visual Basic application under Visual Studio and I use Crystal Report to generate the reports. Now I have to distribute the application with other users but without installing Visual Studio or Crystal Report.
I searched on the internet, I found tracks but I can not solve the problem (I do not find the crystal files reports in the Merge Modules folder) or I do not do things correctly.
I use: Visual studio 2010, Crystal Report 2010 (64 bits)

In case of web app you nedd to install crystal report redistributable on web server.
In windows app you need add crystal reports in the prerequisites section

Related

Can we create a new Crystal Report version 13.0.19 in Visual Studio 2019?

I have Visual Studio 2019. I developed a SAP Crystal Report in version 13.0.3500.0. But my project has many SAP Crystal Reports using version 13.0.19.
On my machine, I have installed from
But on the server, I have installed SAP Crystal Reports version 13.0.19 runtime only.
I want to use SAP Crystal Report version 13.0.19 in Visual Studio 2019.
Do have any idea how to do this?
I think you need to install the latest (sp 31) one from the below link which supports the earlier version too. It might be overwriting the existing version (see similar issue:- Crystal Reports for VS2019)
https://www.tektutorialshub.com/crystal-reports/download-crystal-reports-for-visual-studio-2019/
or
https://www.crystalreports.com/download/
How to choose that you can check via prerequisites requirements:
https://www.tektutorialshub.com/crystal-reports/download-crystal-reports-for-visual-studio-2019/#direct-download-link

Using Crystal Report Viewer in MVC4 with Visual Studio 2013

I want to show Crystal Reports from a previously generated Crystal Report templates templatename.rpt file.
I have also used it in MVC4 currently. But there are more requirement of Client for this Crystal Report that should be
Having Charts in Report with DrillDown.
Able to Download Report in different formats(.pdf,word,etc.)
[Currently I am just giving option to download in PDF format].
I have looked through multiple examples & have done multiple searches for this found the solution in MVC3 with Visual Studio 2010. But that is not working perfectly in Visual Studio 2013 + MVC4

crystal reports without install vs 2010

On my laptop I use Visual Studio 2010 and Crystal reports, but when I moved my application to another PC without Visual studio installed, my application got error:
"CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception".
I copied Crystal reports dll and add reference and path inside my app but I got same error.
Then I tried install Crystal reports on the PC but got error:
"you must already have visual studio 2010 installed to proceed with this installation".
How do I install Crystal reports on the PC without installing Visual Studio 2010?
download crystal report for runtime to be installed on client PC, you wont need to install crystal report and visual studio try it here
for 32bit http://www.4shared.com/rar/3MOtCA7w/crforvs_redist_install_32bit_1.html, and look for other site if it is 64 bit.
filename for 32 bit= CRRuntime_32bit_13_0_2.msi; for 64 bit CRRuntime_64bit_13_0_2.msi, that solved my problem when deploying my applicatyion to client pc.

Could not load file or assembly CrystalDecisions.VSDesigner Version=10.5.3700.0

i have a web application with visual studio 2008 and crystal report 2008 and all thing is fine
BUT
when i installed SAP crystal report 2010 , my be it crash with CR 2008
when i run my APP i get this message
Could not load file or assembly CrystalDecisions.VSDesigner Version=10.5.3700.0
i do some solutions
1 - i open web.config file and delete the row of CrystalDecisions.VSDesigner - my app run fine but reports not working
when i add this row again my app not running
please . i do alot of research about this problems but no HOPE
thanks for ur time
In Vs 2003 the Runtime of Crystal reports was bundled in the program setup when you create the installer and installed, but with vs 2005 and later you have to install it.
I think here you can find the msi
http://scn.sap.com/docs/DOC-27917
The dll version of the Runtime that ships with vs is different from the various version of Crystal reports, so you have to install the right one
There's a good chance that installing the new version of Crystal Reports wiped your previous assemblies out of the GAC and replaced them with a newer version. From SAP:
As each version of Crystal Reports has its' own specific runtime which
must be correctly deployed, it is critical that the deployed runtime
be in agreement with the Crystal Reports assemblies for Visual Studio
.NET referenced in your project.
Your error looks like it is trying to find a DLL from Crystal Reports 10.5 and as the above link suggests, it does not like having differing versions of crystal reports running side by side.

how to use crystal reports in visual studio 2010

I am developing c# application using visual studio 2010.. Now i want to use crystal report in my project but I am using Visual studio 2010 first time.. So when I add crystal report in project then it creates .mht file and ask me to download SAP crystal reports..
http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp
Several downloading options as shown in above link.. I have tried by downloading several setups which includes
1.SAP Crystal Reports, version for Visual Studio 2010 - Click Once
2.SAP Crystal Reports, version for Visual Studio 2010 - Click Once (32 Bit)
But after installation of this still no effect in visual studio and still asking me for download..
One more thing I want mention that my system is of 32 bit thats why i cant go for 64b bit..
I think this is the same question as here:
Use Crystal Reports 2011 in Visual Studio 2010
Finally I found the solutions..
By downloading the product
1)SAP Crystal Reports, version for Visual Studio 2010 - Standard
As this works fine and integrated successfully with visual studio 2010 IDE..

Categories