Stack trace is:
System.IndexOutOfRangeException was unhandled
Message="Index was outside the bounds of the array."
Source="NineRays.FlyGrid.Columns"
StackTrace:
at NineRays.Windows.Forms.Grids.LookupListColumn.IncrementValue(NodeBase node, IServiceProvider provider)
at NineRays.Windows.Forms.FlyGrid.DoubleClickRow(Int32 row, Boolean toggleExpand, Int32 col)
at NineRays.Windows.Forms.FlyGrid.OnNodeDoubleClick(FlyGridViewPort port, NodeBase node, Int32 col)
at NineRays.Windows.Forms.FlyGrid.OnMouseClick(FlyGridViewPort port, NodeBase node, Int32 col, Int32 x, Int32 y, Int32 count, MouseButtons button)
at NineRays.Windows.Forms.FlyGrid.OnMouseUp(MouseEventArgs me)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at NineRays.Windows.Forms.FlyGrid.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at AdminSystem.Global.main() in C:\Documents and Settings\samuel\My Documents\Visual Studio 2005\Projects\ADMINSYSTEM\Business Logic\Global.vb:line 125
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()