image shut down when using ActiveX wizard

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

image shut down when using ActiveX wizard

Alan Reider
I had a SystemBrowser and a PackageBrowser open. I went throught the Active
Compenent Wizard dialogs (for Excel.9) and pressed generate. It started and I
saw that it was going to be bogged down by the other browsers reacting to
creation events so I closed the SystemBrowser. At that point all Dolphin
windows immediately disappeared, and I assume, the dolphin.exe process ended.

I have not tried to repeat this...

(I have successfully generated the wrappers with no other browsers open).

regards,
Alan Reider


Reply | Threaded
Open this post in threaded view
|

Re: image shut down when using ActiveX wizard

Alan Reider
I just looked away from my development session and when I looked back it was
gone. At the time there was an activex control open which was firing events
which cause an update to an excel server spreadsheet, which could have been
rejected if the spreadsheet was being edited (hresult callee rejected). This
condition has tested out fine in d5  as well as D4 (just shows the error on
the Transcript). This same code with no changes never disappeared in D4
though.

I know that my app window didnt go thru the normal close because this would
have closed Excel (via a quit), and it stayed open.

Are there any known problems the session shutting down ? Anybody else besides
me ? I dont know if there's any connection with my previous post (no activex
controls were open at that time).

-Alan


On Tue, 19 Feb 2002 14:36:10 -0500, Alan Reider
<[hidden email]> wrote:

>I had a SystemBrowser and a PackageBrowser open. I went throught the Active
>Compenent Wizard dialogs (for Excel.9) and pressed generate. It started and I
>saw that it was going to be bogged down by the other browsers reacting to
>creation events so I closed the SystemBrowser. At that point all Dolphin
>windows immediately disappeared, and I assume, the dolphin.exe process ended.
>
>I have not tried to repeat this...
>
>(I have successfully generated the wrappers with no other browsers open).
>
>regards,
>Alan Reider


Reply | Threaded
Open this post in threaded view
|

Re: image shut down when using ActiveX wizard

Blair McGlashan
"Alan Reider" <[hidden email]> wrote in message
news:FL9yPJ5OyN=a=[hidden email]...
> I just looked away from my development session and when I looked back it
was
> gone....

Do you have any crash dump entries in 'dolphin.errors'?

Try running a debug monitor such as Dbgview.exe (www.sysinternals.com)
permanently in the background, and if it happens again look to see if
Dolphin has written anything there.

What machine/OS setup are you running?

Regards

Blair