asked on September 20, 2017

User is reporting that they get a exception report when they open (and check out) an excel file (seems to be any) from the web client using the office add on for Chrome. When not using that add on or using the thick client, it does not have the same problem. Below is the error reported. Also note that it still works after pressing continue, but it does give this error first.

 

System.ComponentModel.Win32Exception (0x80004005): The handle is invalid

   at System.Windows.Forms.Control.GetSafeHandle(IWin32Window window)

   at System.Windows.Forms.Form.get_CreateParams()

   at Laserfiche.OfficePlugin.UI.ProgressDialog.get_CreateParams()

   at System.Windows.Forms.Control.SizeFromClientSize(Int32 width, Int32 height)

   at System.Windows.Forms.Control.SizeFromClientSize(Size clientSize)

   at System.Windows.Forms.ContainerControl.GetPreferredSizeCore(Size proposedSize)

   at System.Windows.Forms.Form.GetPreferredSizeCore(Size proposedSize)

   at System.Windows.Forms.Control.GetPreferredSize(Size proposedSize)

   at System.Windows.Forms.Control.get_PreferredSize()

   at System.Windows.Forms.Form.OnLayout(LayoutEventArgs levent)

   at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)

   at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.PerformLayout(IArrangedElement affectedElement, String affectedProperty)

   at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)

   at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)

   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.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)

0 0