This is the discussion forum for the HtmlEditor. See also the
HtmlEditor home page, where you can download the control, and the
Documentation Wiki, a collaborative project for documenting the control.
COMException (0x80004005): Unspecified error
Posted by:
Jason Nah (---.eburwd8.vic.optusnet.com.au)
Date: Wednesday, 02-May-2007, 15:30:03
Howdy All,
I'm getting a very very strange problem with HtmlEditor... the stack trace looks like this:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x80004005): Unspecified error
at onlyconnect.HtmlSite.CreateDocument()
at onlyconnect.HtmlEditor.initMshtml()
at onlyconnect.HtmlEditor.OnParentChanged(EventArgs e)
at System.Windows.Forms.Control.AssignParent(Control value)
at System.Windows.Forms.ControlCollection.Add(Control value)
Basically, it's a HtmlEditor control nested on a TabControl page. My question is this... is there any way for me to figure out what went wrong here? Unfortunately, the error message doesn't seem to useful.