Crystal report for visual studio 2010 (C#) - c#

Crystal report for visual studio 2010 (C#):
I've installed the following files:
Crystal Reports 2010 Support Pack 13.0.5
SAP Crystal Reports 13.0 for Visual Studio 2010
SAP Crystal Reports runtime engine for .NET Framework 4 (64-bit)
Add crystal report item and set information.
But the report gives the following error:
The picture is below:

The warning text says you are using the client profile. The Crystal engine relies on System.Web and cannot resolve it.
Change your project from the client profile to instead use the full .NET 4.0 profile. See this post about profile differences.

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

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

No RDL Report option in Add New Item of ASP.net web project

Hello I am trying to create a website in VS 2013 and trying to add a report (.RDL) in the project. But when I do Add New Item, I am not able to see any report or report wizard in the dialog.
I did installed SSDT Tools for SSRS as well but still I didn't got any report template/editor in the visual studio 2013. Previously I was using vs 2012 and later when I installed vs 2013 I was able to get the report template in the VS 2013 but when I formatted my PC, I just installed 2013 but no option for reports or report viewer in the tool box.
Can anyone please guide me to get the template back ?
After looking at your list of installed templates, I think you got the wrong version of SSDT, since you have options for SQL Server templates, but not Business Intelligence. There are two very distinct versions of SSDT: SSDT for regular database tooling, and SSDT-BI (contains templates for SSAS, SSRS, SSIS projects).
Please follow this link and download SSDT-BI for 2013:
http://www.microsoft.com/en-us/download/details.aspx?id=42313
This should install the desired templates.

Crystal Report gives error when publishing the project

I want to publish my Project Created in Visual Studio 2010. it was OK,before i add the Crystal Report, but after adding crystal report , it is not possible to publish it. this is the error i get
The install location for prerequisites has not been set to 'component vendor's web site' and the file 'Crystal Reports for .NET Framework 4.0\CRRuntime_64bit_13_0_3.msi' in item 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' can not be located on disk. See Help for more information.
The install location for prerequisites has not been set to 'component vendor's web site' and the file 'Crystal Reports for .NET Framework 4.0\CRRuntime_32bit_13_0_3.msi' in item 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' can not be located on disk. See Help for more information.
I have installed Crystal Report for Visual Studio 2010. but i don't have CRRuntime_32bit_13_0_3.msi and CRRuntime_64bit_13_0_3.msi in
C:\Program Files\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages\Crystal Reports for .NET Framework 4.0
what should i do?
You can download those files from here
SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads
And check out this link, maybe it solves your problem
Crystal reports problem

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