Date: 20110405223706
Message: Object reference not set to an instance of an object.
StackTrace:
at DOLTracker.RotatePictureBox.GetRotatedSize(Single angle)
at DOLTracker.MainForm.AdjustControlMapArea()
at DOLTracker.MainForm.AdjustPictArea()
at DOLTracker.MainForm.AdjustControls()
at DOLTracker.MainForm.StartSharedInfoThread(Boolean isShowMsg)
at DOLTracker.MainForm.SIMessageWindowToForm()
at DOLTracker.SharedInfoFloatingDialog.SharedInfoFloatingDialog_FormClosing(Object sender, FormClosingEventArgs e)
at System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
at System.Windows.Forms.Form.RaiseFormClosingOnAppExit()
at System.Windows.Forms.Application.ExitInternal()
at System.Windows.Forms.Application.Exit(CancelEventArgs e)
at System.Windows.Forms.Application.Exit()
at DOLTracker.Program.PerformException(Exception ex)
at DOLTracker.Program.Application_ThreadException(Object sender, ThreadExceptionEventArgs e)
at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
at System.Windows.Forms.Control.WndProcException(Exception e)
at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
at System.Windows.Forms.NativeWindow.Callback(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 DOLTracker.Program.Main()