Error when trying to profile web apps

Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
Hello Yoeri,

It sounds like the error is happening when Profiler tries to hook into
the browser's 'Quit' event handling. So, when this happens, does it happen
on every web application that you try to profile? Also, what version of
Internet Explorer is installed on your computer?

-Brian Donahue

"Yoeri Van de Moortel" <[email protected]> wrote in message
news:ghs$Vyd$CHA.2156@server53...
> Hello,
>
> I am currently evaluating Ants Profiler.
>
> When starting the project that profiles a web applciation, ants restarts
iis
> and gives an error bax that something was written to the evnt log.
>
> This was written to the event log:
>
> System.Runtime.InteropServices.COMException (0x80040202): Exception from
> HRESULT: 0x80040202.
>
> at System.Runtime.InteropServices.UCOMIConnectionPoint.Advise(Object
> pUnkSink, Int32& pdwCookie)
>
> at
>
SHDocVw.DWebBrowserEvents2_EventProvider.add_OnQuit(DWebBrowserEvents2_OnQui
> tEventHandler )
>
> at
>
SHDocVw.InternetExplorerClass.add_OnQuit(DWebBrowserEvents2_OnQuitEventHandl
> er )
>
> at RedGate.Profiler.UI.Browser..ctor()
>
> at RedGate.Profiler.UI.frmMain.p()
>
> at RedGate.Profiler.UI.frmMain.q()
>
> at RedGate.Profiler.UI.frmMain.a(IAsyncResult )
>
>
> Is ther a solution for this issue ?
>
> Thanks
>
> Yoeri
>
>

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    ANTS Profiler 2.5 now detects improperly registered web browser components and attempts to re-register them. This error hopefully shouldn't occur from version 2.5 on.
Sign In or Register to comment.