Jump to content
Software FX Community

ASP ERROR 0241 (0x80004005)


User (Legacy)

Recommended Posts

Hi,

I just installed ChartFX Internet 6.2 Trial Edition and when I try to access

the following ASP page:

<html>

<head>

<title>Troubleshooting the Server Component</title>

</head>

<body>

<%

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

%>

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

</body>

</html>

I receive the following error:

Active Server Pages, ASP 0241 (0x80004005)

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

Regards,

Magin

Link to comment
Share on other sites

Hi,

I just installed ChartFX Internet 6.2 Trial Edition and when I try to access

the following ASP page:

<html>

<head>

<title>Troubleshooting the Server Component</title>

</head>

<body>

<%

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

%>

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

</body>

</html>

I receive the following error:

Active Server Pages, ASP 0241 (0x80004005)

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

Regards,

Magin

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...