How to install Crystal Run Time in Azure Web Apps

2022-03-10T04:41:14.977+00:00

I had a working .Net 4.0 web application & we have a plan to host it in Azure Web Apps. The problem is we are not able to install "CRRuntime_64bit_13_0_12.msi".
Please kindly suggest a solution to get rid of this situation.
Thanks in advance.

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
925 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Monalla-MSFT 13,071 Reputation points Moderator
    2022-03-12T23:44:00.093+00:00

    Hello @Ratheesh Karela [SV | AUH | TA Dept.] - Welcome to Microsoft Q&A and thanks for reaching out to us.

    If I understand correctly, you are trying to run and install crystal reports.

    • If so, azure Web app don’t support Crystal Reports. They do support SSRS reporting control for ASP.NET.
      • Azure Web Apps is complete PaaS Offering where Developers completely focus on Productivity, while infrastructure is maintained by Azure.
      • It has limitations of not able to modify the existing infrastructure or any kind of installations.
      • Azure Web Sites are intended to deploy websites for uploading the folder containing the site with all the sources such as aspx, .cs, .js, .css, bin folders which can run without the need of
        installing anything on the server.
      • We can't run Crystal Reports in Azure Web Apps as you can't install COM components in the Web Apps sandbox.
    • To use crystal reports , try cloud service or Azure VM.
    • You need to use a Virtual Machine and your app should run without any changes.
    • Many of the reporting services won’t work due to Sandbox limits. Azure Web App sandbox
    • We can use an Azure Cloud service as it will allow us to install 3rd party software: Common startup tasks for Cloud Services (classic)
    • Another option is to use an Azure VM Virtual machines in Azure

    Hope this helps. and please feel free to reach out if you have any further questions.

    ------------------------------------------------------------------

    If the above response was helpful, please feel free to "Accept as Answer" and "Upvote" the same so it can be beneficial to the community.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.