Jump to content
Software FX Community

jean-baptiste

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by jean-baptiste

  1. 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
  2. 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
×
×
  • Create New...