cancel
Showing results for 
Search instead for 
Did you mean: 

CrystalReportViewer controller with Visual Studio 2022

12-15-2023 5:25 PM
nurfatma Member
1993 views 2 comments Go to solution
SAP Managed Tags
Subscribe

I have installed Crystal Report service pack 34. I have install crystal report package in my application (visual studio 2022 .NET Framework 6.0) via NuGet packager manager, but latest version is 13.0.5.891. When I want to drag and drop CrystalReportsViewer contoller into my form, it have error because of incompatible version. Any assembly file provided to use in .NET Framework 6.0?

Accepted Solutions (1)

Accepted Solutions (1)

ido_millet
Active Contributor
0 Likes

The Crystal .NET Runtime doesn't support .NET Core.
You need to revert to .NET 4.8

Answers (1)

Answers (1)

DonWilliams
Active Contributor

Also, CR for VS doesn't support the Nuget packages, the one you are using is SP 5, it's up to SP 35 now.

Go here and download the EXE for VS 2022, it will prompt to install the 32 bit runtime at the end, click OK, you do need it on your DEV PC.

https://help.sap.com/docs/SUPPORT_CONTENT/crystalreports/3354088458.html

Also, I wrote a blog to assist upgrading:

https://blogs.sap.com/2020/10/30/upgrading-a-visual-studio-2008-2019-.net-project-with-the-latest-cr...