Jump to content
Software FX Community

error : CFX61B0


User (Legacy)

Recommended Posts

Hi,

I installed chart fx IE 2000 both (designer and server component) and when I

run sample page to get graph,

I get error message that:

CFX61B0. A temporary file on c:\inetpub\wwwroot\CfxTemp could not be created

[5].

and This is my code:

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

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

<%

' Create the object on the server

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

Chart.LoadDefault 1

' The samples look better in white

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

%>

<%

' The next line will generate the HTML tag

' You could also use Response.Write Chart.GetHtmlTag(...)

chart.TypeEx = Chart.TypeEx OR 32768

%>

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

I use IIS 5.0 .

thanks

--

Parvez Issa

FuturesOnline

Web Developer

(P) 312 993 2122

(F) 603-761-9771

pissa@futuresOnline.com

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...