Please someone help!!!
I have Visual Studio 2019 .Net web application that has a button that when clicked it displays a report using crystal reports viewer.
The reports work fine on my development machine. But when I publish my website to IIS 10 a windows 2019 Server, I get the error below.
An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient, or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required. Please go to http://www.businessobjects.com/support for more information.
I have tried setting the IIS app to enable 32-bit application and configured my visual studio project to run on x86 target platform but none of those things seem to fix the problem. What I am missing? Does someone notice anything missing?
Thank you so much.