Crystal Reports Visual Studio Download

Crystal Reports Visual Studio Download 5,0/5 1812 votes

When will be available the update for Crystal Reports for Visual Studio that will support Visual Studio 2019? In this moment, opening a report in Visual Studio 2019 doesn't open the report designer but the report as a binary file. In Visual Studi. The issues are with Crystal Reports, not Visual Studio. SAP says SP25 will support Visual Studio 2019. In the meantime, you can use an earlier version of Visual Studio. Download Crystal Reports for Visual Studio 2019. Share improve this answer. Answered Aug 13 at 4:28. 1,576 3 3 gold badges 12 12 silver badges 15 15 bronze badges.

Active4 months ago

Is it possible to use the report designer in the current release of Visual Studio 2017?

The SAP crystal report wiki for visual studio integration only states: 'RC build currently not supported - Tested opening existing app and it works'.

I have installed the latest developer SDK (Support Pack 19 v.13.0.19.2312), but when I try to open an existing report (.rpt), i got the following message:

There is no editor available for 'C:..Report.rpt'.

Make sure the application for the file type (.rpt) is installed.

EDIT (2018/02/28)

By the time of asking this question I had installed SP19 on my machine. The current version which should resolve all my issues is SP22, which was released at 2018/01/11. All necessary information and download links are still available in the SAP crystal report wiki.

EDIT (2019/03/20)

Thanks to @ANewGuyInTown: The current version is 13.0.24.

WoIIe
WoIIeWoIIe
3,3513 gold badges23 silver badges51 bronze badges

14 Answers

Visual Studio 2017 is supported in Crystal Reports SP 21, which is available for download as of 1 Sep 2017.

Umar Abbas
3,6021 gold badge16 silver badges21 bronze badges
irfandarirfandar

This error occurs because at the end of the installation of Crystal Reports SP21 for Visual Studio 2017, the following screen appears:

Do not check to install in runtime, this default to come marked to me is wrong. Install only Crystal Reports SP21 for Visual Studio 2017.

Igor MonteiroIgor Monteiro

Please wait Support Pack 21 in September 2017

UPDATE:More info

This World Cup 2015 is the latest Cricket matches event in Australia worlds best top 10 teams will participate such as Pakistan, India, England, Australia, Bangladesh, Siri Lanka. Icc cricket world cup game. VIVO IPL 9 2017, Pepsi IPL 8 cricket games. The ICC world cup game has many new features and functions which give a real Cricket feel to cricket lovers and fans.The ICC World Cup cricket is designed by EA games and there are many other cricket games like ICC Cricket 2017 such as T20 World Cup 2017, IPL DLFA 2017, T20 PSL Premier League English county.

About release

Link: https://answers.sap.com/questions/168439/crystal-report-for-vs-2017.html

Moderator Don Williams said:

IT VlogsIT Vlogs

I had a workaround for this problem. I created dll project with viewer in vs2015 and used this dll in vs2017. Report showing perfectly.

Yogesh DagaYogesh Daga

Starting with Visual Studio 2010, crystal reports is no longer installed with Visual Studio. It can be installed separately by downloading the install from SAP crystal reports website. SAP crystal reports provides two installations. The first is SAP Crystal Reports version for visual studio that is installed for working with crystal reports in visual studio. The other is SAP Crystal Reports runtime engine for .NET Framework that is installed when the application is deployed on server machine.

SAP Crystal Reports in Visual Studio 2017 is now planned for Service Pack/Support Pack 21 (as of Apr 04'2017). The current available service/support pack is 19. Service/Support Pack 21 is expected to be released in September 2017.

You can use the MSI to install on the VS PC, it won't integrate into VS so you won't be able to design reports within the VS IDE but your app will compile. There will not be any Templates either so just add the CR Viewer to the Tool bar. Upgrading an exist VS app will simply work.

So in the meantime to edit rpt files you'll need the stand-alone Crystal Reports Designer until Support Pack 21 comes along.

Sources:

ArtOfCodingArtOfCoding

Crystal Reports SP 19 does not support Visual Studio 2017. According to SAP they are targeting Visual Studio 2017 compatibility in SP 20 which is tentatively scheduled for June 2017.

JonJon

I post an answer because I can't comment but I followed @DrCJones steps. I installed the new Crystal Reports SP21 for Visual Studio 2017 with an older version running on my Windows 10. Installer warned me that it detected an older version and that it will overwrite it. Installation were through but I had the following message when I tried to open a project with reports in VS2017:

The Crystal Reports Tools Package did not load correctly

I couldn't edit reports either. So, I manually uninstalled CR Runtime Engine & CR for VS, then reinstalled SP21, finally rebooted.

Now it works :)

pjaaarpjaaar

I had exactly the same problem with my VS 2013 solutions when I install VS 2017 and Crystal Reports SP21.In fact it's because VS does not necessarily convert the solution in the first launch.

Once you have installed Crystal Report SP 21, make sure that VS 2017 upgrade your solution : a window must appear 'SAP Crystal Reports, version for Visual' with a radio button 'Convert the solution'.

Screenshot in french :

When I used the menu 'File / Open / Project/Solution', the conversion was not done.

I have to do that :

Crystal Reports Visual Studio 2013 Download

  1. Add VS 2017 on the tasks bar
  2. Run VS 2017 and Open the solution with File menu
  3. Try to build the project, errors appear with Crystal Reports
  4. Close VS 2017
  5. Right click on VS 2017 shortcur in then tasks bar and open the solution directly
  6. The conversion run this time, you can open .rpt and the solution build without error.
A.BaudouinA.Baudouin
1,7392 gold badges17 silver badges24 bronze badges

I had the same problem and I solved by installing Service pack 22 and it fixed it.

Ajay2707
4,5904 gold badges24 silver badges45 bronze badges
Angela BainesAngela Baines
Download

Extracted from official SAP site https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads.

Crystal Reports Visual Studio Download

Item # 3 fixed my installation.

This applies for ANY Patch after SP 21

  1. FlexNet and In-Place Upgrade does not work: Once user receive the update notification from FlexNet server and finish SP21 upgrade, the product will NOT work. User MUST repair CR4VS and CRRuntime64 in Control PanelPrograms. That’s a by design change to installer.

    a. Please notice that we are still facing problems on configuring FlexNet upgrade server, so currently user will NOT receive SP21 notification

  2. Microsoft Windows Update KB2999226 is a prerequisite for SP21.

    a. This is same as BI 4.2 SP4 and BI 4.1 SP10. Please refer to SAP Note 2451830.

  3. For VS2017 integration, user needs use “run as Administrator” by right-clicking setup.exe, even if you are already log on by using Administrator account

  4. As most of CR/RAS .NET Assemblies are now re-versioned from 13.0.2000.0 to 13.0.3500.0, user MUST remove all old CR assemblies from Reference list and add the new version of CR assemblies, then rebuild the application.

    a. For those customer/user who do not wanted to rebuilt their application, there’s workaround to use in app.config/web.config, please see attachment.

  1. For reports using the ADO.Net DB connection, in previous SP's, you could only work under .Net Framework 2.0/3.5, so using in app.config is required. Now in SP21, ADO.Net is only supported on .Net Framework 3.5 or above.
Leonardo AllieviLeonardo Allievi

So to sum up, this is what worked for me after upgrading my VB 2010 (CR18) to VB 2017:

  1. Uninstall all runtimes AND CRforVS.
  2. Reboot
  3. Install CRforVS SP23 (no runtimes needed on developer machine).
  4. Open project, remove old DLL references.
  5. Add new references (DLL files that you need from C:Program Files (x86)SAP BusinessObjectsCrystal Reports for .NET Framework 4.0CommonSAP BusinessObjects Enterprise XI 4.0win32_x86dotnet)
  6. Rebuild All.
  7. Have fun.
Marçal TorroellaMarçal Torroella

To integrate SAP Crystal Reports with Visual Studio 2017 below steps needs to be followed right:

  • Uninstall all installed components from system related to Crystal Report. [If any]
  • Install compatible Crystal Report Developer Edition (as per target VS) with administrator priviledge. [As of writing, latest compatible service pack is 23]
    • Install appropriate Crystal Report Runtime (x86/ x64) for Visual Studio. [Not mandatory]
  • Open solution in VS and remove all assembly references from project related to Crystal Report. [If any]
  • Include following assembly references in project:
    • CrystalDecisions.CrystalReports.Engine
    • CrystalDecisions.ReportSource
    • CrystalDecisions.Shared
    • CrystalDecisions.CrystalReports.Design
    • CrystalDecisions.VSDesigner
  • Make sure 'Copy Local' property is set to 'True' in reference properties.
  • Build/ Rebuild project.
Nadim Hossain SonetNadim Hossain Sonet

As of 20/03/2019 -> There is a new version of Crystal report for Visual Studio. The version is 13.0.24.

The provided version in the accepted answer is 13.0.21.

The newer version worked for me without having to do any workaround.

ANewGuyInTownANewGuyInTown
2,4191 gold badge15 silver badges19 bronze badges

FYI: Taken from: https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

Overview

Support Packs for “SAP Crystal Reports, developer version for Microsoft Visual Studio” (SAP Crystal Reports for Visual Studio) are scheduled on a quarterly bases and support the following versions of Visual Studio:

  • VS 2010 – original release and higher
  • VS 2012 – SP 7 and higher
  • VS 2013 – SP 9 and higher
  • VS 2015RC – SP14
  • VS 2015 – SP 15 and higher
  • VS 2017 - SP 21 and higher
Paul ZahraPaul Zahra
7,7276 gold badges44 silver badges59 bronze badges

protected by Cody GraySep 10 '17 at 17:15

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged crystal-reportsvisual-studio-2017 or ask your own question.

Active1 month ago

I have installed VS2019 on a fresh PC. I tried installing Crystal Reports, developer version for Microsoft Visual Studio CRforVS_13_0_24 but it will not install, i get the error below

Is there a version for VS2019? or is there a way to get crystal reports working with VS2019?Thanks in advance!

indagoindago
1,4801 gold badge23 silver badges38 bronze badges

2 Answers

Your version of Crystal Reports (developer version) requires an earlier version of Visual Studio.

Visual Studio 2019 was not supported at the time of your question. With the release of SP25, which can be downloaded here, that has changed.

R.J. DunnillR.J. Dunnill
1,6472 gold badges5 silver badges18 bronze badges

The direct link to download Visual Studio 2019

Copied from

Crystalvcsvcs
1,5863 gold badges12 silver badges15 bronze badges

Not the answer you're looking for? Browse other questions tagged visual-studiocrystal-reports or ask your own question.