Date and Time: 04/06/18 10:41:07
Application: ProScan
Version: 12.12
Scanner Type: BCD536HP
Operating System: Microsoft Windows 10 Pro
Win32NT
6.2.9200.0
Registered Name: Jason Low
Exception Message:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'FrmGoogleMaps'.
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Form.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at MyMessageBoxForm.Show(IWin32Window owner, String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton) in MyMessageBoxForm.vb:line 89
at MyMessageBox.Show(IWin32Window owner, String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon) in MyMessageBoxForm.vb:line 301
at General.Message(IWin32Window owner, String Message) in General.vb:line 7
at FrmGoogleMaps.WebBrowserWrite(String InStr, Boolean FromLoad) in FrmGoogleMaps.vb:line 1062
at FrmGoogleMaps.ProcessMultiplePointsSelectedNodes_C() in FrmGoogleMaps.vb:line 412
at FrmGoogleMaps.FrmGoogleMaps_Load(Object sender, EventArgs e) in FrmGoogleMaps.vb:line 72
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.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.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)