A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Hi @Chris ,
I am not familiar with GDIPLUS.dll. Do you only get this error when rendering report charts?
From your error, I think the possible reasons are as follows:
1)The timeout problem may be that the report is too large, etc. In the web config set the http run time as
<httpRuntime maxRequestLength="2147483647" executionTimeout = "10800"/>
2)Firewall settings, try disabling the firewall to see if the issue is resolved.
Best Regards,
Joy
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.