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
Related
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
i have recently upgrade my project's framework from 3.5 to 4.5. Then i changed application pool version accordingly and now crystal reports are not working. it give no errors but report is blank. it was working fine earlier with .Net CLR version v2. Here i have attached the screenshots of application pool settings and a report i get now
Which version of crystal report you are using?
AS Crystal 2011 and 2013 do not come with any SDK included in their installs, so you will you have to download and install the latest Crystal for VS software to work with reports in VS 2010 or VS 2012 and .NET Framework 4.5.
Or you will have to install a service pack for Crystal 13. Atleast SP9 is needed to run report in latest framework. Please check link given below -
http://scn.sap.com/docs/DOC-7824
We've had the same problem:
Cause: when .Net got upgraded to 4.6 on the server the Crystal Report engine looked for the folder ../aspnet_client/system_web/4_6_1055 which doesn't exist. The report page was trying to reference .js and .css files from the non-existent folder, and the broken .js link prevented the page load from completing.
Solution: copy folder ../4_0_30319/.. (or whatever your latest folder is) and rename to ../4_6_1055/.. (or your current .Net version). The files are unchanged since this is a .Net upgrade, not a Crystal Reports upgrade.
To check if you have this problem: open developer tools in your browser and look for broken .js and .css links.
I am trying to make a setup for my program by using InstallShield 2013 LE and I am running it from within VS 2012. I have already downloaded and installed .NET 4.5 as one of the prerequisites under Specify Application Data -> Redistributables.
My application has reports that I made by installing CRforVS_redist_install_64bit_13_0_8 from the site http://scn.sap.com/docs/DOC-7824.
The reports and program run well. I know that I need to include the crystal reports runtime as part of my setup for deployment to other computers.
Under Specify Application Data -> Redistributables, I see Crystal Reports Basic for Visual Studio 2008. How do I add the right runtime version that I need to my program?
Also for some reason, I am unable to download even the 2008 version shown.
InstallShield Limited edition lacks the prereq editor found in Professional and above. You can download an eval and throw it on a VM and use it there. Correct the PRQ file and copy it back to your ISLE machine along with needed content.
Here's a basic tutorial on how to author PRQs:
Using InstallShield 12 to Install .NET Framework 3.0
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.
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.