Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Exception opening from bookmark menu #24

Closed
cdhunt opened this issue Apr 4, 2012 · 1 comment
Closed

Unhandled Exception opening from bookmark menu #24

cdhunt opened this issue Apr 4, 2012 · 1 comment
Assignees
Milestone

Comments

@cdhunt
Copy link
Contributor

cdhunt commented Apr 4, 2012

I only get this opening a particular bookmark from the dropdown. I don't get it opening the same connection from the bookmark manager.

System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
at MSTSCLib.IMsRdpClient2.set_DesktopWidth(Int32 pVal)
at AxMSTSCLib.AxMsRdpClient2.set_DesktopWidth(Int32 value)
at EasyConnect.RdpWindow.set_DesktopWidth(Int32 value)
at EasyConnect.RdpWindow.Connect(RdpConnection connection)
at EasyConnect.RdpWindow.b__3(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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)

@cdhunt
Copy link
Contributor Author

cdhunt commented Apr 24, 2012

If the current Tab is empty, the bookmark from the drop down works fine. If the tab has an active connection, that is when I see the error.

@ghost ghost assigned lstratman May 1, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants