Jump to content
Software FX Community

Install On IIS


User (Legacy)

Recommended Posts

Hi,

I need to install the ChartFx on my WebServer just for Export gifs to temp

folder.

I dont want to install the full exe file with all the thing with in , can i

install just the dll for using com via asp?

here my code :

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

chart.AdoResultSet rsSurvey ' My recordset to the FxChart

chart.Export 9,"C:\temp\1.gif"

Link to comment
Share on other sites

No. You need to install the full exe since it will create registry keys and

INI files required for proper operation, also note that multiple DLLs need

to be installed and registered.

ChartFX Innernet generates JPEG and PNGs, it does not generate GIF files.

--

Regards,

JC

Software FX Support

"Ron Belson" <ronbl@netvision.net.il> wrote in message

news:WXgB0I$rCHA.2684@webserver1.softwarefx.com...

> Hi,

>

> I need to install the ChartFx on my WebServer just for Export gifs to temp

> folder.

> I dont want to install the full exe file with all the thing with in , can

i

> install just the dll for using com via asp?

>

> here my code :

>

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

> chart.AdoResultSet rsSurvey ' My recordset to the FxChart

> chart.Export 9,"C:\temp\1.gif"

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...