User (Legacy) Posted September 14, 2005 Report Share Posted September 14, 2005 Hi, when I use as HTMLTag .NET on a webpage I get an error. I use chartfx 6.2 + financial extension + all updates of .NET available. How can I resolve this? Regards Edwin See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IndexOutOfRangeException: Index was outside the bounds of the array. at SoftwareFX.ChartFX.Internet.Client.0L.SerializeAsFont(String sName, Object objFont, ObjFlags flags) at SoftwareFX.ChartFX.Internet.Client.24.3H(Boolean 2PV, IPersistBase 2PW) at SoftwareFX.ChartFX.Internet.Client.0L.CH(String 1U5, Object 1U6, String 1U7, ObjFlags 1U8, Int64 1U9) at SoftwareFX.ChartFX.Internet.Client.0L.Serialize(String sName, Object obj, String sType, ObjFlags flags) at SoftwareFX.ChartFX.Internet.Client.ChartCore.75(Boolean 1K3, IPersistBase 1K4, Boolean 1K5) at SoftwareFX.ChartFX.Internet.Client.Chart.OnDownload(DownloadEventArgs args) ************** Loaded Assemblies ************** mscorlib Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll ---------------------------------------- System Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll ---------------------------------------- System.Drawing Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll ---------------------------------------- RegexAssembly6_0 Assembly Version: 0.0.0.0 Win32 Version: n/a CodeBase: ---------------------------------------- ChartFX.MainClient Assembly Version: 6.0.1201.29676 Win32 Version: n/a CodeBase: http://localhost/chartfx62/download/ChartFX.MainClient.DLL ---------------------------------------- System.Windows.Forms Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll ---------------------------------------- Microsoft.mshtml Assembly Version: 7.0.3300.0 Win32 Version: 7.0.3300.0 CodeBase: file:///c:/windows/assembly/gac/microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/microsoft.mshtml.dll ---------------------------------------- Accessibility Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll ---------------------------------------- ChartFX.Internet.Client Assembly Version: 6.2.1859.20587 Win32 Version: n/a CodeBase: http://localhost/chartfx62/download/ChartFX.Internet.Client.DLL ---------------------------------------- ChartFX.Internet.Base Assembly Version: 6.2.1859.20539 Win32 Version: n/a CodeBase: http://localhost/chartfx62/download/ChartFX.Internet.Base.DLL ---------------------------------------- System.Xml Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll ---------------------------------------- ChartFX.Financial.Client Assembly Version: 6.2.1998.25716 Win32 Version: n/a CodeBase: http://localhost/chartfx62/download/ChartFX.Financial.Client.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just in time (JIT) debugging, the config file for this application or machine (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the machine rather than being handled by this dialog. Link to comment Share on other sites More sharing options...
User (Legacy) Posted September 14, 2005 Author Report Share Posted September 14, 2005 One addition: when I do not use the financial extension the .net client works great. So only when adding the financial extension to the chart the .NET client crashes. Regards Edwin "Edwin" <info@ibrain.nl> wrote in message news:kQJoS7VuFHA.1212@webserver3.softwarefx.com... > Hi, > > when I use as HTMLTag .NET on a webpage I get an error. I use chartfx 6.2 > + financial extension + all updates of .NET available. > How can I resolve this? > > Regards > Edwin > > See the end of this message for details on invoking > just-in-time (JIT) debugging instead of this dialog box. > > ************** Exception Text ************** > System.IndexOutOfRangeException: Index was outside the bounds of the > array. > at SoftwareFX.ChartFX.Internet.Client.0L.SerializeAsFont(String sName, > Object objFont, ObjFlags flags) > at SoftwareFX.ChartFX.Internet.Client.24.3H(Boolean 2PV, IPersistBase > 2PW) > at SoftwareFX.ChartFX.Internet.Client.0L.CH(String 1U5, Object 1U6, > String 1U7, ObjFlags 1U8, Int64 1U9) > at SoftwareFX.ChartFX.Internet.Client.0L.Serialize(String sName, Object > obj, String sType, ObjFlags flags) > at SoftwareFX.ChartFX.Internet.Client.ChartCore.75(Boolean 1K3, > IPersistBase 1K4, Boolean 1K5) > at SoftwareFX.ChartFX.Internet.Client.Chart.OnDownload(DownloadEventArgs > args) > > > ************** Loaded Assemblies ************** > mscorlib > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll > ---------------------------------------- > System > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > ---------------------------------------- > System.Drawing > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll > ---------------------------------------- > RegexAssembly6_0 > Assembly Version: 0.0.0.0 > Win32 Version: n/a > CodeBase: > ---------------------------------------- > ChartFX.MainClient > Assembly Version: 6.0.1201.29676 > Win32 Version: n/a > CodeBase: http://localhost/chartfx62/download/ChartFX.MainClient.DLL > ---------------------------------------- > System.Windows.Forms > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > ---------------------------------------- > Microsoft.mshtml > Assembly Version: 7.0.3300.0 > Win32 Version: 7.0.3300.0 > CodeBase: > file:///c:/windows/assembly/gac/microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/microsoft.mshtml.dll > ---------------------------------------- > Accessibility > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.573 > CodeBase: > file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll > ---------------------------------------- > ChartFX.Internet.Client > Assembly Version: 6.2.1859.20587 > Win32 Version: n/a > CodeBase: > http://localhost/chartfx62/download/ChartFX.Internet.Client.DLL > ---------------------------------------- > ChartFX.Internet.Base > Assembly Version: 6.2.1859.20539 > Win32 Version: n/a > CodeBase: http://localhost/chartfx62/download/ChartFX.Internet.Base.DLL > ---------------------------------------- > System.Xml > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll > ---------------------------------------- > ChartFX.Financial.Client > Assembly Version: 6.2.1998.25716 > Win32 Version: n/a > CodeBase: > http://localhost/chartfx62/download/ChartFX.Financial.Client.DLL > ---------------------------------------- > > ************** JIT Debugging ************** > To enable just in time (JIT) debugging, the config file for this > application or machine (machine.config) must have the > jitDebugging value set in the system.windows.forms section. > The application must also be compiled with debugging > enabled. > > For example: > > <configuration> > <system.windows.forms jitDebugging="true" /> > </configuration> > > When JIT debugging is enabled, any unhandled exception > will be sent to the JIT debugger registered on the machine > rather than being handled by this dialog. > > > > > > > Link to comment Share on other sites More sharing options...
Software FX Posted September 15, 2005 Report Share Posted September 15, 2005 Dear Edwin, You can't have the latest service pack(updates) because ChartFX.Internet.Client --> Assembly Version: 6.2.1859.20587 ChartFX.Internet.Base --> Assembly Version: 6.2.1859.20539 ChartFX.Financial.Client --> Assembly Version: 6.2.1998.25716 ChartFX.MainClient --> Assembly Version: 6.0.1201.29676 The latest service pack is 6.2.1998 but you only have the latest dlls for Financial. Lastly, you have the MainClient dll from ChartFX 6.0 Please apply the latest service pack here http://support.softwarefx.com/cfxnet/Update/WebForms/ServicePack.asp If that doesn't work i would suggest you uninstall and reinstall. -c "Edwin" <info@ibrain.nl> wrote in message news:kQJoS7VuFHA.1212@webserver3.softwarefx.com... > Hi, > > when I use as HTMLTag .NET on a webpage I get an error. I use chartfx 6.2 > + financial extension + all updates of .NET available. > How can I resolve this? > > Regards > Edwin > > See the end of this message for details on invoking > just-in-time (JIT) debugging instead of this dialog box. > > ************** Exception Text ************** > System.IndexOutOfRangeException: Index was outside the bounds of the > array. > at SoftwareFX.ChartFX.Internet.Client.0L.SerializeAsFont(String sName, > Object objFont, ObjFlags flags) > at SoftwareFX.ChartFX.Internet.Client.24.3H(Boolean 2PV, IPersistBase > 2PW) > at SoftwareFX.ChartFX.Internet.Client.0L.CH(String 1U5, Object 1U6, > String 1U7, ObjFlags 1U8, Int64 1U9) > at SoftwareFX.ChartFX.Internet.Client.0L.Serialize(String sName, Object > obj, String sType, ObjFlags flags) > at SoftwareFX.ChartFX.Internet.Client.ChartCore.75(Boolean 1K3, > IPersistBase 1K4, Boolean 1K5) > at SoftwareFX.ChartFX.Internet.Client.Chart.OnDownload(DownloadEventArgs > args) > > > ************** Loaded Assemblies ************** > mscorlib > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll > ---------------------------------------- > System > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > ---------------------------------------- > System.Drawing > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll > ---------------------------------------- > RegexAssembly6_0 > Assembly Version: 0.0.0.0 > Win32 Version: n/a > CodeBase: > ---------------------------------------- > ChartFX.MainClient > Assembly Version: 6.0.1201.29676 > Win32 Version: n/a > CodeBase: http://localhost/chartfx62/download/ChartFX.MainClient.DLL > ---------------------------------------- > System.Windows.Forms > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > ---------------------------------------- > Microsoft.mshtml > Assembly Version: 7.0.3300.0 > Win32 Version: 7.0.3300.0 > CodeBase: > file:///c:/windows/assembly/gac/microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/microsoft.mshtml.dll > ---------------------------------------- > Accessibility > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.573 > CodeBase: > file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll > ---------------------------------------- > ChartFX.Internet.Client > Assembly Version: 6.2.1859.20587 > Win32 Version: n/a > CodeBase: > http://localhost/chartfx62/download/ChartFX.Internet.Client.DLL > ---------------------------------------- > ChartFX.Internet.Base > Assembly Version: 6.2.1859.20539 > Win32 Version: n/a > CodeBase: http://localhost/chartfx62/download/ChartFX.Internet.Base.DLL > ---------------------------------------- > System.Xml > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll > ---------------------------------------- > ChartFX.Financial.Client > Assembly Version: 6.2.1998.25716 > Win32 Version: n/a > CodeBase: > http://localhost/chartfx62/download/ChartFX.Financial.Client.DLL > ---------------------------------------- > > ************** JIT Debugging ************** > To enable just in time (JIT) debugging, the config file for this > application or machine (machine.config) must have the > jitDebugging value set in the system.windows.forms section. > The application must also be compiled with debugging > enabled. > > For example: > > <configuration> > <system.windows.forms jitDebugging="true" /> > </configuration> > > When JIT debugging is enabled, any unhandled exception > will be sent to the JIT debugger registered on the machine > rather than being handled by this dialog. > > > > > > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.