Jump to content
Software FX Community

Drilldown exception


User (Legacy)

Recommended Posts

We're using the drilldown capabilities on ChartFX.net (version 6.2.1662.18864) in an ASP.NET application.  We drilldown from one chart to another - providing a more detailed view of the selected data.

The drilldown is working fine on our development server but when we deploy the project onto our live server we get the following error:

Curiously the error only seems to occur if the mouse is in the "canvas" of the new chart i.e. the error does not occur if you move the cursor to somewhere outside where the new chart is being loaded. The error occurs just after the new chart is drawn and everything works as expected if you click continue.

It does not appear to be related to the development vs live versions of ChartFX.net. We swapped the versions to test it out.

Any ideas?

The stack details are as follows:

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.DataArray.get_Item(Int32 index)

at SoftwareFX.ChartFX.Internet.Client.28.BeginLoop()

at SoftwareFX.ChartFX.Internet.Client.1E.J9(28 2A0, Boolean 2A1, Int32 2A2, Int32 2A3, Point& 2A4, Object& 2A5)

at SoftwareFX.ChartFX.Internet.Client.1E.JA(Int32 2A6, Int32 2A7, Object& 2A8)

at SoftwareFX.ChartFX.Internet.Client.1E.OnMouseMove(MouseEventArgs e)

at System.Windows.Forms.Control.WmMouseMove(Message& m)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)

at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)

at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************

mscorlib

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll

----------------------------------------

System

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll

----------------------------------------

ChartFX.MainClient

Assembly Version: 6.0.1201.29676

Win32 Version: n/a

CodeBase: http://62.253.240.55/chartfx62/download/ChartFX.MainClient.DLL

----------------------------------------

System.Windows.Forms

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll

----------------------------------------

System.Drawing

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.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.1662.18864

Win32 Version: n/a

CodeBase: http://62.253.240.55/chartfx62/download/ChartFX.Internet.Client.DLL

----------------------------------------

ChartFX.Internet.Base

Assembly Version: 6.2.1662.18828

Win32 Version: n/a

CodeBase: http://62.253.240.55/chartfx62/download/ChartFX.Internet.Base.DLL

----------------------------------------

System.Xml

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll

----------------------------------------

CustomMarshalers

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/custommarshalers/1.0.5000.0__b03f5f7f11d50a3a/custommarshalers.dll

----------------------------------------

Link to comment
Share on other sites

By the way the error is an index of of bounds - it didn't seem to copy.

Do you have any clues? This could be a real problem with our application - especially since we want to use the full .net functionality.

Thanks

>We're using the drilldown capabilities on ChartFX.net (version 6.2.1662.18864) in an ASP.NET application. We drilldown from one chart to another - providing a more detailed view of the selected data.

The drilldown is working fine on our development server but when we deploy the project onto our live server we get the following error:

Curiously the error only seems to occur if the mouse is in the "canvas" of the new chart i.e. the error does not occur if you move the cursor to somewhere outside where the new chart is being loaded. The error occurs just after the new chart is drawn and everything works as expected if you click continue.

It does not appear to be related to the development vs live versions of ChartFX.net. We swapped the versions to test it out.

Any ideas?

The stack details are as follows:

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.DataArray.get_Item(Int32 index)

at SoftwareFX.ChartFX.Internet.Client.28.BeginLoop()

at SoftwareFX.ChartFX.Internet.Client.1E.J9(28 2A0, Boolean 2A1, Int32 2A2, Int32 2A3, Point& 2A4, Object& 2A5)

at SoftwareFX.ChartFX.Internet.Client.1E.JA(Int32 2A6, Int32 2A7, Object& 2A8)

at SoftwareFX.ChartFX.Internet.Client.1E.OnMouseMove(MouseEventArgs e)

at System.Windows.Forms.Control.WmMouseMove(Message& m)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)

at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)

at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************

mscorlib

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll

----------------------------------------

System

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll

----------------------------------------

ChartFX.MainClient

Assembly Version: 6.0.1201.29676

Win32 Version: n/a

CodeBase: http://62.253.240.55/chartfx62/download/ChartFX.MainClient.DLL

----------------------------------------

System.Windows.Forms

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll

----------------------------------------

System.Drawing

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.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.1662.18864

Win32 Version: n/a

CodeBase: http://62.253.240.55/chartfx62/download/ChartFX.Internet.Client.DLL

----------------------------------------

ChartFX.Internet.Base

Assembly Version: 6.2.1662.18828

Win32 Version: n/a

CodeBase: http://62.253.240.55/chartfx62/download/ChartFX.Internet.Base.DLL

----------------------------------------

System.Xml

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll

----------------------------------------

CustomMarshalers

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/custommarshalers/1.0.5000.0__b03f5f7f11d50a3a/custommarshalers.dll

----------------------------------------

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...