System.NullReferenceException

Posted by jmls on 28-May-2009 17:49

Boy, they keep a'coming

I added a popup control container to the ribbon, and selected the "allow tearaway". Runs, looks great. Start to tear away,  BANG

System.NullReferenceException: Object reference not set to an instance of an object

Stack trace as follows. Needless to say, "this is bad right ?" (tm)

--> C:\data\.metadata\.plugins\com.openedge.pdt.text\temp.dir\RunClass-CampaignManagerForm-56306.p (C:\data\.metadata\.plugins\com.openedge.pdt.text\temp.dir\RunClass-CampaignManagerForm-56306.p) at line 9

.NET StackTrace:

-->   at Infragistics.Win.UltraWinToolbars.UltraToolbarsManager.OnDragTearawayMove()

   at Infragistics.Win.UltraWinToolbars.PopupMenuTearawayStripUIElement.OnMouseMove(MouseEventArgs e)

   at Infragistics.Win.ControlUIElementBase.ProcessMouseMoveHelper(Object sender, MouseEventArgs e)

   at Infragistics.Win.ControlUIElementBase.ProcessMouseMove(Object sender, MouseEventArgs e)

   at Infragistics.Win.Utilities.ProcessEvent(Control control, ProcessEvent eventToProcess, EventArgs e)

   at Infragistics.Win.UltraControlBase.OnMouseMove(MouseEventArgs e)

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

   at System.Windows.Forms.Control.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)

All Replies

This thread is closed