User (Legacy) Posted June 7, 2004 Report Share Posted June 7, 2004 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 More sharing options...
Software FX Posted June 7, 2004 Report Share Posted June 7, 2004 Please try the following 1) Close all browser windows 2) In a command prompt locate the gacutil app (normally this is in <Program Files>\VS.NET 2003\SDK\v1.1\bin in a machine with VisualStudio .NET 2003 installed). I have not tried copying this app to a "clean" machine but it should work... 3) Run gacutil /cdl to make sure the download cache is empty 4) Connect to the page 5) Run gacutil /ldl, this will list the download cache The output for the ldl run may help us troubleshoot the issue you are experiencing. -- Regards, JC Software FX Support "Christophe Marquette" <christophe.marquette@silicomp.fr> wrote in message news:H%23vxXbJTEHA.3080@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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.