PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Program Addins Add-ins to make Outlook.exe process keep running after Outlook clo

Reply

Add-ins to make Outlook.exe process keep running after Outlook clo

 
Thread Tools Rate Thread
Old 25-06-2008, 08:35 PM   #1
David
Guest
 
Posts: n/a
Default Add-ins to make Outlook.exe process keep running after Outlook clo


Hi,
I created an Office 2007/Outlook add-ins using VS 2008 without adding any
code by myself then pulished it. Then I install it with Click once on a
Vista machine with office 2007 installed. Open Outlook then close it, I can
see the OUTLOOK.EXE process will not be shutdown in task manager. If I
uninstall the new add-ins, the OUTLOOK.EXE process will be properly closed
after the outlook is closed. Anyone can tell me what I am missing to make
the outlook working properly.
--
David
  Reply With Quote
Old 26-06-2008, 12:05 AM   #2
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Add-ins to make Outlook.exe process keep running after Outlook clo

What sort of addin is this, shared or VSTO?

You have absolutely no code in the addin? Why?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"David" <David@discussions.microsoft.com> wrote in message
news:CB6EAFD1-8D39-4DF8-886F-7BFACBB6E618@microsoft.com...
> Hi,
> I created an Office 2007/Outlook add-ins using VS 2008 without adding any
> code by myself then pulished it. Then I install it with Click once on a
> Vista machine with office 2007 installed. Open Outlook then close it, I
> can
> see the OUTLOOK.EXE process will not be shutdown in task manager. If I
> uninstall the new add-ins, the OUTLOOK.EXE process will be properly closed
> after the outlook is closed. Anyone can tell me what I am missing to make
> the outlook working properly.
> --
> David


  Reply With Quote
Old 26-06-2008, 02:03 PM   #3
David
Guest
 
Posts: n/a
Default Re: Add-ins to make Outlook.exe process keep running after Outlook

Hi Ken,
Thanks for the quick respone.

It is an VSTO 3.0 one. I create one with a lot code there and found this
problem at testing. Then I create this very very simple one using VS Team
System 2008/c#/office/outlook add ins template to try and found has same
problem which will keep OUTLOOK.EXE process keep running (see it from task
manager).
Thanks.
--
David


"Ken Slovak - [MVP - Outlook]" wrote:

> What sort of addin is this, shared or VSTO?
>
> You have absolutely no code in the addin? Why?
>
> --
> Ken Slovak
> [MVP - Outlook]
> http://www.slovaktech.com
> Author: Professional Programming Outlook 2007.
> Reminder Manager, Extended Reminders, Attachment Options.
> http://www.slovaktech.com/products.htm
>
>
> "David" <David@discussions.microsoft.com> wrote in message
> news:CB6EAFD1-8D39-4DF8-886F-7BFACBB6E618@microsoft.com...
> > Hi,
> > I created an Office 2007/Outlook add-ins using VS 2008 without adding any
> > code by myself then pulished it. Then I install it with Click once on a
> > Vista machine with office 2007 installed. Open Outlook then close it, I
> > can
> > see the OUTLOOK.EXE process will not be shutdown in task manager. If I
> > uninstall the new add-ins, the OUTLOOK.EXE process will be properly closed
> > after the outlook is closed. Anyone can tell me what I am missing to make
> > the outlook working properly.
> > --
> > David

>
>

  Reply With Quote
Old 26-06-2008, 03:21 PM   #4
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Add-ins to make Outlook.exe process keep running after Outlook

Hmm, I haven't done much with VSTO 3.0 addins but I haven't seen that in my
limited experience with them. I certainly haven't seen that with VSTO 2.5 SE
addins at all.

Are you running any other addins in Outlook on that machine? Does this
problem occur on other machines with the same addin?

You might get a better response in the managed VSTO forum, a lot of the VSTO
team members answer questions there and they'd know if anyone would:
http://forums.microsoft.com/MSDN/Sh...mID=16&SiteID=1

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"David" <David@discussions.microsoft.com> wrote in message
news:F13E2137-41CF-4383-9811-285F4F68FE8D@microsoft.com...
> Hi Ken,
> Thanks for the quick respone.
>
> It is an VSTO 3.0 one. I create one with a lot code there and found this
> problem at testing. Then I create this very very simple one using VS Team
> System 2008/c#/office/outlook add ins template to try and found has same
> problem which will keep OUTLOOK.EXE process keep running (see it from task
> manager).
> Thanks.
> --
> David


  Reply With Quote
Old 26-06-2008, 04:17 PM   #5
David
Guest
 
Posts: n/a
Default Re: Add-ins to make Outlook.exe process keep running after Outlook

Thanks Ken. I posted the question on vsto Forums.
--
David


"Ken Slovak - [MVP - Outlook]" wrote:

> Hmm, I haven't done much with VSTO 3.0 addins but I haven't seen that in my
> limited experience with them. I certainly haven't seen that with VSTO 2.5 SE
> addins at all.
>
> Are you running any other addins in Outlook on that machine? Does this
> problem occur on other machines with the same addin?
>
> You might get a better response in the managed VSTO forum, a lot of the VSTO
> team members answer questions there and they'd know if anyone would:
> http://forums.microsoft.com/MSDN/Sh...mID=16&SiteID=1
>
> --
> Ken Slovak
> [MVP - Outlook]
> http://www.slovaktech.com
> Author: Professional Programming Outlook 2007.
> Reminder Manager, Extended Reminders, Attachment Options.
> http://www.slovaktech.com/products.htm
>
>
> "David" <David@discussions.microsoft.com> wrote in message
> news:F13E2137-41CF-4383-9811-285F4F68FE8D@microsoft.com...
> > Hi Ken,
> > Thanks for the quick respone.
> >
> > It is an VSTO 3.0 one. I create one with a lot code there and found this
> > problem at testing. Then I create this very very simple one using VS Team
> > System 2008/c#/office/outlook add ins template to try and found has same
> > problem which will keep OUTLOOK.EXE process keep running (see it from task
> > manager).
> > Thanks.
> > --
> > David

>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off