matthew Posted August 14, 2007 Report Share Posted August 14, 2007 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. Quote Link to comment Share on other sites More sharing options...
matthew Posted August 14, 2007 Author Report Share Posted August 14, 2007 Sorry for the incomplete information. This is a Windows 2000 server using IIS, the test is an asp page. Quote Link to comment Share on other sites More sharing options...
JuanC Posted August 14, 2007 Report Share Posted August 14, 2007 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 Quote Link to comment Share on other sites More sharing options...
matthew Posted August 14, 2007 Author Report Share Posted August 14, 2007 I copied that DLL over from a working server and registered it. Reset IIS, cleared browser cache, and it is working now. Thanks very much for the prompt reply. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.