> I have problem with my project with respect to "out of process" controls.
> One of these controls is the WebBrowser control and the other an in-house
[quoted text clipped - 27 lines]
>
> Robin
Consider yourself lucky, I never had a status bar and I'm gettting the error
consistently. I have a plain Winform, with a browser control filling the
winform with no address bar, no status bar, nothing, just the browser
(control is handled by local html pages) and everytime it loads, I get the
same error you described. I do have the CLR exceptions set to always break
into the debugger, and can be ignored if it is set to Continue, but I'd
rather fix the error. I might end up having to open a support incident.
> Well, I managed to get the WebBrowser control to work ok by switching OFF
> the "StatusBar" property (setting it to false). Have no idea whats going on
[quoted text clipped - 34 lines]
> >
> > Robin