62

I have installed VS2012 Ultimate on a fresh PC. I tried adding the Crystal Reports file in my project but there is no crystal report .crt Item avaliable into Add New Item menu of the VS2012

Is there a version for VS2012? or do I have to install an extra setup file for crystal reports which is redundant since I already have VS2012 installed.

Emanuele Greco
  • 12,551
  • 7
  • 51
  • 70
Saroop Trivedi
  • 2,245
  • 6
  • 31
  • 49

4 Answers4

108

Here it is! - SP 25 works on Visual Studio 2019, SP 21 on Visual Studio 2017

SAP released SAP Crystal Reports, developer version for Microsoft Visual Studio

You can get it here (click "Installation package for Visual Studio IDE")

To integrate “SAP Crystal Reports, developer version for Microsoft Visual Studio” you must run the Install Executable. Running the MSI will not fully integrate Crystal Reports into VS. MSI files by definition are for runtime distribution only.

New In SP25 Release

Visual Studio 2019, Addressed incidents, Win10 1809, Security update

Community
  • 1
  • 1
Emanuele Greco
  • 12,551
  • 7
  • 51
  • 70
  • I have deployed my web application on IIS 8 Express build in VS2012 .NET Framework 4.5. Crytal reports are not displaying anything but localy when i run my project through VS2012 it display data in browser. i have copy CrystalReportViewer13 folder in my website root folder but facing the same issue, anyone can guide me regarding this issue? – Aqeel Sep 25 '13 at 19:38
  • 1
    It seems pretty insecure that an SO link points directly to an exe. Anyone could edit this answer to download a virus and infect companies everywhere. People with only 2k rep can edit without reviewers, and even with reviewers, you can make a bus.inessobjects.com link and make a few other relevant changes to the answer. – Millie Smith Nov 08 '13 at 19:30
  • ***latest*** `Support Pack 18 (v.13.0.18.2192)` _“SAP Crystal Reports, developer version for Microsoft Visual Studio” can be used with Visual Studio 2010 to 2015_ https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads – Kiquenet Jan 24 '17 at 15:46
5

This post is right from SAP on Sep 20, 2012.

In short, they are still working on a release of Crystal Reports that will support VS2012 (including support for Windows 8) It will come in the form of a service pack release that updates the version currently supporting VS2010. At that time they will drop 2010/2012 from the name and simply call it Crystal Reports Developer.

If you want to download that version you can find it here.

Further, service packs etc. when released can be found here.


I would also add that I am currently using Visual Studio 2012. As long as you don't edit existing reports they continue to compile and work fine. Even on Windows 8. When I need to modify a report I can still open the project with VS2010, do my work, save my changes, and then switch back to 2012. It's a little bit of a pain but the ability for VS2010 and VS2012 to co-exist is nice in this regard. I'm also using TFS2012 and so far it hasn't had a problem with me modifying files in 2010 on a "2012" solution.

RThomas
  • 10,702
  • 2
  • 48
  • 61
  • According to the first link from SAP it should arrive 4th quarter 2012. So up to 1.5 months to go. Maybe more people should sign up and show interest in the [thread](http://scn.sap.com/community/crystal-reports-for-visual-studio/blog/2012/09/20/sap-crystal-reports-developer-version-for-microsoft-visual-studio--2012-support-update) (by liking and commenting) to prod them a bit more? – kristianp Nov 22 '12 at 00:37
  • Actually the [page](http://scn.sap.com/community/crystal-reports-for-visual-studio/blog/2012/09/20/sap-crystal-reports-developer-version-for-microsoft-visual-studio--2012-support-update) used to say 4th quarter 2012, but now it says 'late 1st quarter 2013'. – kristianp Nov 22 '12 at 01:54
1

There is also someone who managed to modify CR for VS.NET 2010 to install on 2012, using MS ORCA in this thread: http://scn.sap.com/thread/3235515 . I couldn't get it to work myself, though.

kristianp
  • 5,496
  • 37
  • 56
0

"SP25 work on Visual Studio 2019" is an exaggeration. It is extremely unreliable and should be avoided at all costs. I currently have to maintain a second development environment with V2015 for report development.

atjoedonahue
  • 476
  • 6
  • 19