trying to export the results of Find All Usages
Build376, VS2005
JetBrains.ReSharper.Util.InternalErrorException: Error creating window handle.
An exception has occurred during action 'TreeModelBrowser.Export' execution ---> System.ComponentModel.Win32Exception: Error creating window handle.
at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.TextBoxBase.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
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.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
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.Form.ShowDialog(IWin32Window owner)
at JetBrains.ReSharper.TreeModelBrowser.ExportTreeViewAction.Execute(IDataContext context, DelegateExecute nextExecute) in c:\Agent\work\Server\ReSharper2.5\src\TreeModelBrowser\src\Export\ExportTreeViewAction.cs:line 24
at JetBrains.ReSharper.ActionManagement.ExecutableAction.Execute(IDataContext context) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\Action\ExecutableAction.cs:line 29
— End of inner exception stack trace —
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\Agent\work\Server\ReSharper2.5\src\Util\src\Logger.cs:line 350 column 9
at JetBrains.ReSharper.Util.Logger.LogException(String, Exception) in c:\Agent\work\Server\ReSharper2.5\src\Util\src\Logger.cs:line 367 column 5
at JetBrains.ReSharper.ActionManagement.ExecutableAction.Execute(IDataContext) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\Action\ExecutableAction.cs:line 34 column 11
at JetBrains.ReSharper.ActionManagement.ActionStripButton.OnClick(EventArgs) in c:\Agent\work\Server\ReSharper2.5\src\ActionManagement\src\ActionBar\ActionStripButton.cs:line 58 column 9
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs, ToolStripItemEventType)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs, ToolStripItemEventType)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs)
at System.Windows.Forms.Control.WmMouseUp(Message&, MouseButtons, Int32)
at System.Windows.Forms.Control.WndProc(Message&)
at System.Windows.Forms.ScrollableControl.WndProc(Message&)
at System.Windows.Forms.ToolStrip.WndProc(Message&)
at JetBrains.ReSharper.CommonControls.ToolStripEx.WndProc(Message&) in c:\Agent\work\Server\ReSharper2.5\src\CommonControls\src\Controls\StripEx\ToolStripEx.cs:line 38 column 7
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)
Build376, VS2005