Jump to content
Software FX Community

ChartFX Internet Edition 2000 Active Server Pages error 'ASP 0115'


BretG

Recommended Posts

My web application just began to get the following error on pages that have worked fine for years (no recent changes to anything)

 Active Server Pages error 'ASP 0115'

Unexpected error

/chartfx.asp

A trappable error (C0000005) occurred in an external object. The script cannot continue running.

I found the following code on another post and ran it with the same resulst ..

<!-- Include this file so we can use all the ChartFX constants -->

<!-- #include virtual="CfxIE.inc" -->

<%

' Create the object on the server

Set chart = Server.CreateObject("ChartFX.WebServer")

' The samples look better in white

chart.RgbBk = RGB(255,255,255)

%>

<%

  Chart.Axis(AXIS_Y).Title= "Sales Chart"

  Chart.Axis(Axis_Y).TitleColor=RGB(0,0,255)

  Chart.Axis(AXIS_Y).TitleFontMask = Chart.Axis(AXIS_Y).TitleFontMask Or CF_ARIAL Or CF_CF_BOLD Or 10

%>

<%= chart.GetHtmlTag(500,350) %>

Please advise. Thanks.

Link to comment
Share on other sites

Only things that have been changing on that server have been MS Security patches -- but we all know that those do change things :-)

I have installed the latest Service patch from the Support site and everything is now working again.

Thanks for the input,

Bret

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...