Solved

Error while opening DevExpress report

  • 14 November 2023
  • 3 replies
  • 47 views

Userlevel 3
Badge +3

I’ve been getting a Insufficient Memory error when opening a DevExpress report. But I only get this error when my application is hosted on Azure Web App Services. 

When looking at the error log, it looks like Indicium is having trouble with rendering Rich Text. I’ve tested this by removing all the Rich Text out of my report and it works normally.

How can I fix this and still use Rich text boxes?

 

 

icon

Best answer by Dick van den Brink 15 November 2023, 10:15

View original

This topic has been closed for comments

3 replies

Userlevel 4
Badge +2

Hi Jaycee_C,

For this to work an additional setting is required.

The setting is called “HostedInAzure” and can be added as an extended property to IAM.

The documentation can be found here: https://docs.thinkwisesoftware.com/docs/sf/extended_properties#:~:text=Application-,HostedInAzure,-Universal%20GUI%20Indicium

Userlevel 3
Badge +3

Is “HostedInAzure” only used for Devexpress reports or can it effect other things in the application? What does the setting do exactly?

Userlevel 4
Badge +2

This setting sets a specific flag for DevExpress to enable Azure compatibility. Some specific API’s for drawing are not supported on Azure and setting this flag works around it. It does not affect other things.