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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...