History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-39869
Type: Exception Exception
Status: Investigating Investigating
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: Anonymous
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Error creating window handle.

Created: 03 May 07 00:35   Updated: 02 Aug 07 17:39
Component/s: UI
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 376


 Description  « Hide
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)



 All   Comments   Work Log   Change History      Sort Order:
Anonymous - 02 Aug 07 17:39
Trying to export a list of "Find Results"
Build376, VS2005