Jump to content
Software FX Community

Server unable to create SVG, defaults to JPG


matthew

Recommended Posts

I manage several servers that use ChartFX 5.5.  One of the development servers cannot render a chart as an SVG for some reason.

 We use the following code for a test:

<% Set Chart1 = Server.CreateObject("ChartFX.WebServer") %><%= Chart1.GetHtmlTag(400,200,"SVG") %>

On most servers, it works properly and creates a simple SVG.  On the one problem server, it creates a JPG. 

 Can anyone list possible causes for this problem?  I'm not seeing anything useful in any log. 

Link to comment
Share on other sites

Make sure you have SfxSvgWriter.dll in the machine and that is registered using regsvr32.

We also depend on something called the "Microsoft Component Category Manager" to find additional writers such as Svg, Flash, etc. so make sure ComCat.dll is present and registered (you can double check against one of the machines that do work)

JuanC

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...