Hello Everyone,

I built a Shared Add-In project using VS.Net 2003.

It runs perfectly in all office applications. However, for FrontPage, the
Frontpg.exe process does not terminate when I close the application. I have
to manually open up the task manager and kill it.

If I do not manually kill the Frontpg.exe process then the add-in will not
work if I were to reopen FrontPage again.

Can anyone tell me why this happens and/or how to remedy this?

Thank you very much!

Burt

Re: Frontpg.exe does not terminate: Please help by Burt

Burt
Fri Jun 18 05:30:33 CDT 2004

I implemented a workaround by detecting the FrontPage application in the
OnBeginShutdown event.

Then I manually called GetCurrentProcess( ), checked that it was the
FrontPage process that was gotten, and then called kill( ) on it.




"Burt" <No.Spam@No.Spam> wrote in message
news:yDVzc.2040$w07.1987@newsread2.news.pas.earthlink.net...
> Hello Everyone,
>
> I built a Shared Add-In project using VS.Net 2003.
>
> It runs perfectly in all office applications. However, for FrontPage, the
> Frontpg.exe process does not terminate when I close the application. I
have
> to manually open up the task manager and kill it.
>
> If I do not manually kill the Frontpg.exe process then the add-in will not
> work if I were to reopen FrontPage again.
>
> Can anyone tell me why this happens and/or how to remedy this?
>
> Thank you very much!
>
> Burt
>
>