Jump to content
Software FX Community

CreateObject of Annotation Object Crash (Error ASP 0241)


User (Legacy)

Recommended Posts

I have installed today chartfx 6.2 to do a porting of our application from 5.5.

Now, this simple code will crash (asp, vbs or vb)

Dim annot

Set annot = Server.CreateObject("ChartFX.ASP.Annotation")

Asp response is:

Active Server Pages, ASP 0241 (0x80004005)

The CreateObject of '(null)' caused exception E06D7363.

/Test62.asp

VB, VBS response is:

Please help me!!!

Link to comment
Share on other sites

I have installed today chartfx 6.2 to do a porting of our application from 5.5.

Now, this simple code will crash (asp, vbs or vb)

Dim annot

Set annot = Server.CreateObject("ChartFX.ASP.Annotation")

Asp response is:

Active Server Pages, ASP 0241 (0x80004005)

The CreateObject of '(null)' caused exception E06D7363.

/Test62.asp

VB, VBS response is:

Please help me!!!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...