jean-baptiste Posted May 5, 2011 Report Posted May 5, 2011 Hi, I use ChartFX Internet 6.2, IIS 6.0 and ASP.NET 1.1.4322 I'am migrating several web sites from NT server to 2003 server. One uses ChartFX but the graph generation fails. To isolate problem, I write this small page. <!-- Include this file so we can use all the ChartFX constants --><!-- #include file="include\ChartFX.ASP.Borders.inc" --><!-- #include file="include\ChartFX.ASP.Core.inc" --><!-- #include file="include\ChartFX.ASP.Data.inc" --><!-- #include file="include\ChartFX.ASP.Annotation.inc" --><%Set chart = Server.CreateObject("ChartFX.ASP.Server")Set annot = Server.CreateObject("ChartFX.ASP.Annotation")%><%= chart.GetHtmlTag(500,350) %> The first CreateObject passed, but the second Create Object failed. This fallowing text describes error. Active Server Pages (ASP) erreur 'ASP 0241' Exception CreateObject /testChartFX.asp Le CreateObject de '(null)' a provoqu Quote
jean-baptiste Posted May 6, 2011 Author Report Posted May 6, 2011 This links explain that is a problem with write permission or DLL registration http://support.microsoft.com/kb/175804 For me, it's not this Quote
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.