Jump to content
Software FX Community

Active Chart problem


User (Legacy)

Recommended Posts

Hi,

I'm having difficulties to make Active Charts work.

I use the 'Chart FX for Java', 30 days trial

Have .Net Framework 1.1 install

Set my security settings to Full trust

When using active charts, and setting the HTML Data output format to

".NET" or "Auto", the .Net control seems to be loaded correctly or my

brower, but I then got the following message:

'File or assembly name ChartFX.Internet.Client, or one of its

dependencies, was not found.'

All other formats, JPG, PNG, work fine, even Flash writer is fine.

I checked that the 3 DLLs are correctly retrieved, as when renaming

them, I'm not able to start the .Net control.

-- For more information, the 'Auto' mode generates the follwoing HTML

code, which seems ok (seems like the AssemblyTarget param is source of

my problem):

<object id="Chart1"

classid="/fx/chartfx6/download/ChartFX.MainClient.DLL#SoftwareFX.ChartFX.Internet.MainClient"

WIDTH="450" HEIGHT="280" >

<PARAM NAME="DataPath" VALUE="/fx/chartfx6/temp/CFT0603_113108148BB.chw">

<PARAM NAME="AssemblyTarget" VALUE="ChartFX.Internet.Client,

Version=6.0.1602.26463, Culture=neutral, PublicKeyToken=a1878e2052c08dce" >

<PARAM NAME="ClassTarget" VALUE="SoftwareFX.ChartFX.Internet.Client.Chart" >

</object>

Thanks by advance for any help, or any sample code

Christophe

Link to comment
Share on other sites

Hi Christophe, it seems that there is a problem with the version number

included in the latest build.

Please edit the ChartFX.Internet.Config located in the WEB-IF\lib folder,

and replace the ClientVersion tag for "6.0.1602.26513". Restart the

application (or the server) and it should work.

I make sure we rebuild the installer and service pack with this fixed. I

apologize for the inconvenience.

Thanks,

GA

SoftwareFX

"Christophe Marquette" <christophe.marquette@silicomp.fr> wrote in message

news:XRsLL$USEHA.3152@webserver3.softwarefx.com...

> Hi,

>

> I'm having difficulties to make Active Charts work.

>

> I use the 'Chart FX for Java', 30 days trial

> Have .Net Framework 1.1 install

> Set my security settings to Full trust

>

> When using active charts, and setting the HTML Data output format to

> ".NET" or "Auto", the .Net control seems to be loaded correctly or my

> brower, but I then got the following message:

> 'File or assembly name ChartFX.Internet.Client, or one of its

> dependencies, was not found.'

>

> All other formats, JPG, PNG, work fine, even Flash writer is fine.

>

> I checked that the 3 DLLs are correctly retrieved, as when renaming

> them, I'm not able to start the .Net control.

>

>

> -- For more information, the 'Auto' mode generates the follwoing HTML

> code, which seems ok (seems like the AssemblyTarget param is source of

> my problem):

> <object id="Chart1"

>

classid="/fx/chartfx6/download/ChartFX.MainClient.DLL#SoftwareFX.ChartFX.Int

ernet.MainClient"

> WIDTH="450" HEIGHT="280" >

> <PARAM NAME="DataPath" VALUE="/fx/chartfx6/temp/CFT0603_113108148BB.chw">

> <PARAM NAME="AssemblyTarget" VALUE="ChartFX.Internet.Client,

> Version=6.0.1602.26463, Culture=neutral, PublicKeyToken=a1878e2052c08dce"

>

> <PARAM NAME="ClassTarget" VALUE="SoftwareFX.ChartFX.Internet.Client.Chart"

>

> </object>

>

>

> Thanks by advance for any help, or any sample code

> Christophe

Link to comment
Share on other sites

Wonderful !!!

This fixed my problem

Thank you so much for your help and support

And congratulations for the tool!

Best regards

Christophe

SoftwareFX Support wrote:

> Hi Christophe, it seems that there is a problem with the version number

> included in the latest build.

>

> Please edit the ChartFX.Internet.Config located in the WEB-IF\lib folder,

> and replace the ClientVersion tag for "6.0.1602.26513". Restart the

> application (or the server) and it should work.

>

> I make sure we rebuild the installer and service pack with this fixed. I

> apologize for the inconvenience.

>

> Thanks,

> GA

> SoftwareFX

>

>

> "Christophe Marquette" <christophe.marquette@silicomp.fr> wrote in message

> news:XRsLL$USEHA.3152@webserver3.softwarefx.com...

>

>>Hi,

>>

>>I'm having difficulties to make Active Charts work.

>>

>>I use the 'Chart FX for Java', 30 days trial

>>Have .Net Framework 1.1 install

>>Set my security settings to Full trust

>>

>>When using active charts, and setting the HTML Data output format to

>>".NET" or "Auto", the .Net control seems to be loaded correctly or my

>>brower, but I then got the following message:

>>'File or assembly name ChartFX.Internet.Client, or one of its

>>dependencies, was not found.'

>>

>>All other formats, JPG, PNG, work fine, even Flash writer is fine.

>>

>>I checked that the 3 DLLs are correctly retrieved, as when renaming

>>them, I'm not able to start the .Net control.

>>

>>

>>-- For more information, the 'Auto' mode generates the follwoing HTML

>>code, which seems ok (seems like the AssemblyTarget param is source of

>>my problem):

>><object id="Chart1"

>>

>

> classid="/fx/chartfx6/download/ChartFX.MainClient.DLL#SoftwareFX.ChartFX.Int

> ernet.MainClient"

>

>>WIDTH="450" HEIGHT="280" >

>><PARAM NAME="DataPath" VALUE="/fx/chartfx6/temp/CFT0603_113108148BB.chw">

>><PARAM NAME="AssemblyTarget" VALUE="ChartFX.Internet.Client,

>>Version=6.0.1602.26463, Culture=neutral, PublicKeyToken=a1878e2052c08dce"

>>

>><PARAM NAME="ClassTarget" VALUE="SoftwareFX.ChartFX.Internet.Client.Chart"

>>

>></object>

>>

>>

>>Thanks by advance for any help, or any sample code

>>Christophe

>

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...