cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal reports doesn't show up in visual studio 2022.

former_member958109
Discoverer

I went to https://origin.softwaredownloads.sap.com/public/site/index.html and downloaded CR for Visual Studio SP31 install package. I installed it by right clicking and selecting Run as Administrator. The title of the installer is SAP Crystal Reports, version for Microsoft Visual Studio Setup so I know I have the correct installer. It completed without any errors.

I opened visual studio and created a new .net 4.7 windows forms application and crystal reports didn't show up in my toolbox. I restarted my computer and reopened that application in visual studio and it still didn't show up in my toolbox. I right clicked the toolbox and selected Choose Items. In that popup there were no entries with Crystal in the name. How can I get Crystal to show up in visual studio 2022.

lenastodal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Thank you for visiting SAP Community to get answers to your questions. Since this is your first question, I recommend that you familiarize yourself with our Q&A Tutorial: https://developers.sap.com/tutorials/community-qa.html, as it provides tips for preparing questions that draw responses from our members.

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your profile you encourage readers to respond: https://www.youtube.com/watch?v=46bt1juWUUM
Many thanks!

Keep in mind, when you receive an answer that was helpful to you, accept it as best answer.

partha15-06
Discoverer
0 Kudos

i am also facing same issue after installing SP33 in visual studio 2022, is there any resolution for the same

anne-petteroe
Community Manager
Community Manager
0 Kudos

Hello Partha,

While we're happy that you've come to SAP Community to get an answer to your question, you posted your question as an answer in an old thread.

If you're looking for help, you should ask a new question: https://answers.sap.com/questions/ask.html.

Here are some tips to help you craft an effective question for our community: https://community.sap.com/resources/questions-and-answers, https://developers.sap.com/tutorials/community-qa.html, https://groups.community.sap.com/t5/welcome-corner-discussions/advice-from-sap-champions-questions-a....

I encourage you to follow this guidance, as I'd really like to see you get a solution to your problem.

I hope you find this advice useful!

Kind regards,

Anne

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Brian,

The problem is VS 2022 is not supported yet, SP 32 will support it.

The reason is the IDE is 64 bit, there is no 64 version of craxddrt.dll, it will be added in SP 32.

For now download the trial version of CR 2020 to edit reports.

https://www.sap.com/products/crystal-reports.html

PS - follow the WIKI to get notified when changes are done or SP is released

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

Don

former_member958109
Discoverer
0 Kudos

I've got stand alone crystal but I need them in my app. Based on your comment are you saying I can add crystal reports to my visual studio app if I create the .rpt file separately?

Also, do you have an estimate on when sp32 is coming out?

DellSC
Active Contributor
0 Kudos

Hi Brian,

That's what Don is saying - sort of. You'll have to manually add the Crystal references to your project. However, because the components aren't integrated with VS 2022, I'm not sure whether the viewer component is available for viewing reports if you do it this way. You'll definitely be able to interact with your reports in code to do things like export and print, though.

-Dell

Answers (4)

Answers (4)

0 Kudos

latest visual studio not supporting crystal report 13.0.32

0 Kudos

I'm getting the same error... using SP32 and VS 2022 Pro

28jer
Member
0 Kudos

were you able to resolved this issue? I am also getting this error.

Former Member
0 Kudos

I saw your posted comment. I recommend raising your question again as a new question and follow our rules of engagement: https://community.sap.com/resources/rules-of-engagement. Feel free to take our Q&A tutorial at: https://developers.sap.com/tutorials/community-qa.html. With these tips you'll be able to prepare questions that draw responses from our members.

Thanks!

fsbflavio
Discoverer
0 Kudos

Try reinstalling SAP for Visual Studio as an administrator by right-clicking on the installer and selecting 'Run as Administrator'.

partha15-06
Discoverer
0 Kudos

same issue i am facing did you got any resolution for this issue

partha15-06
Discoverer
0 Kudos

same issue i am facing did you got any resolution for this issue

stephen-gnagie71
Explorer
0 Kudos

I have the Same issue as you are seeing. Did anyone find a resolution to this?

VS 22 - Version 17.7.3

CR - SP34 (64 bit)

minkyu
Explorer
0 Kudos

Hello~sp32 support the .net framework? VS2022 The default is .net6, is it possible to support .net6?

0 Kudos

See this post for 6.0 framework:

https://answers.sap.com/answers/13645608/view.html

Try searching, 99% of these questions have already been answered.

0 Kudos

Yes there is the full version of CR 2020 which is also 64 bit, you can get it from here:

https://www.sap.com/products/crystal-reports.html

It has a few more options and features than the embedded Report Designer in VS.

There are a couple of test app's to get you going in the donwload wiki also

runju
Explorer
0 Kudos

Hello... it is mid-May any update on SP 32 for VS 2022?

minkyu
Explorer
0 Kudos

Hello~sp32 support the .net framework?

0 Kudos

Hi Brian,

To clarify, you don't need to design the reports in VS and can simply open the reports from any hard drive shared folder or within your app folder structure.

rpt.Load(@"c:\Reports\World Sales.rpt", OpenReportMethod.OpenReportByTempCopy);

Also, if you do find any issues, other than the embedded report designer is missing please let us know so I can let R&D know also.

SP 32 is expect to be out end of March but that date can change depending on how testing goes.

Don

dlkasdgflksdfkj
Explorer
0 Kudos

Is there a stand alone equivalent for the designer that can be used in parallel with VS2022 until SP32 is ready?