Jump to content
Software FX Community

give fully qualified name for download and temp folders


binukjohn

Recommended Posts

My chartfx .net client control is not working if I access it from a gatewayed server.

The problem is that my the gateway needs a fully qualified name for the component. In this case, chartfx has only the relative path in object tag for class ID and path..See below

<object id="Chart1" classid="/chartfx62/download/ChartFX.MainClient.DLL#SoftwareFX.ChartFX.Internet.MainClient" WIDTH="890px" HEIGHT="580px" > <PARAM NAME="DataCookieId" VALUE="dj34ho45qvdudv55tme4eyag"> <PARAM NAME="DataPath" VALUE="/chartfx62/temp/CFT1103_02104128655.chw"> <PARAM NAME="AssemblyTarget" VALUE="ChartFX.Internet.Client, Version=6.2.2839.26852, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxxxx" > <PARAM NAME="ClassTarget" VALUE="SoftwareFX.ChartFX.Internet.Client.Chart" > </object>

Instead of classid="/chartfx62/download/ChartFX.MainClient.DLL", I need classid=http://localhost/chartfx62/download/ChartFX.MainClient.DLL

I see that there is a registry setting named "RequiredRoot" under HKEY_LOCAL_MACHINE\SOFTWARE\Software FX, Inc.\ChartFX for .NET\6.2\Server

This registry setting will allow me to provide fully qualified name for classid. But it is not allowing me to set host names in this registry key. Is there any other way to provide fully qualified name for classid?

 

 

Link to comment
Share on other sites

 A setting in the Chart FX config file (ChartFX.Internet.config) called DownloadPath can be used to control this url.

Notice that you may get security warnings/errors (depending on security level) by referencing an ActiveX from another site.

In fact, I beleive newer versions of IE do not allow ActiveX controls to be downloaded from another domain.

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...