W.D Posted February 3, 2008 Report Share Posted February 3, 2008 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.