Jump to content
Software FX Community

Chart object can't be created in code after a few successful try.


W.D

Recommended Posts

Hi,

I'm trying to use the code below to dynamically generate a byte array image. My web page have two or thress charts. After load this page for a couple of times ( the first few times are fine), the application will stop at the first line and myChart couldn't be created. There's no error can be caught by "Try.. Catch". I have to restart IIS (5.1 on windows XP).

Dim myChart As New SoftwareFX.ChartFX.Internet.Server.Chart

myChart.Export(SoftwareFX.ChartFX.Internet.Server.FileFormat.Png, memorystream)

 Does anyone know the reason for the problem?

 Regards,

 W.D

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...