Can I use Crystal Reports in Visual Studio 2022?

Viewed 13352

Has anyone tried Crystal Reports with Visual Studio 2022?

I have an ASP.NET MVC app using Bootstrap and Crystal Reports. Wondering if I can run and maintain it in Visual Studio 2022...

6 Answers

Crystal report patch for Visual Studio 2022 is SP32, which has been released. The download address is: CR for Visual Studio SP32 64b installer (VS 2022 and above),or just download runtime:CR for Visual Studio SP32 CR Runtime 64-bit.
Uninstall the old version first, and then download the new version to install.
Here are the official release notes:

  1. Microsoft Visual Studio 2022 (64bit)
  2. Security updates
  3. Addressed customer Incidents
  4. New Data source: HANA 2.0 SP06
  5. Platform support: Win 10 21H2
  6. Platform support: Win 11 21H2 - Check KBA 3204578 for a Windows 11 specific OLE image issue and workaround. Platform support: Chrome Browser version 101

SAP Crystal Reports does not support Visual Studio 2022 yet—not even the latest SP31. Please use other alternatives for now, or wait for SP32.

I upgraded from Visual Studio 2017 to 2022. For Crystal reports, I continue to develop them in 2017. Then I copy the reports from my 2017 folder into the 2022 folder. The new/modified reports developed in 2017 work fine in 2022. I do have crystal NuGet package version 13.04.001 installed in my VS 2022 version.

Related