crystal reports .dll file for visual studio - c#

I'm working on crystal reports in my .net WPF application using 2013 visual studio.
I searched for the the .dll file, I tried but couldn't find this:
"CrystalDecisions.Enterprise.Viewing.ReportSource.dll"

Related

Deploy an application with Crystal Reports

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

Can an Excel add-in built for Excel 2010 work in Excel 2013?

I have an Excel Add in , which is built in Visual Studio using C#.
This add-in was designed for Microsoft Excel 2010, but I want to know if it is possible to run the same add-in in excel 2013.
I am getting the following error:
You cannot debug or run this project because the following version on microsoft office is not installed
Is there any way to run the same code for Excel 2013?
Yes it is, but it searches for Office 2010 by default. If you have Office 2013 installed, it can't find it.
You should provide the startup executable to Visual Studio. You have to set the Start external program in the project properties to the Excel executable. At my desktop it is C:\Program Files\Microsoft Office\Office15\EXCEL.EXE.

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.

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