PC Review


Reply
Thread Tools Rate Thread

Support for outlook 2003 addin in xp home sp2

 
 
Nagaraj
Guest
Posts: n/a
 
      23rd Jul 2009
Hi

I created and installed one Outlook 2003 with SP3 addin in my local system.
I used SetSecurity project and it is working fine here
My system details are
XP Professional Version 2002 Service Pack2

The same addin installed at client machine. It is loaded but disabled there

Client details are
XP home SP2 Outlook 2003 SP3

How to enable the outlook 2003 addin at the client machine? Is any
configuration settings required there at the client machine. Can anyone share
some information on this?

Thanks in Advance
--
Nagaraj Tadipatri
 
Reply With Quote
 
 
 
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      23rd Jul 2009
From your use of SetSecurity can we assume that this is a VSTO project?

Does your installer actually successfully set up the security on the target
computer? Is the code assembly and whatever other assemblies it loads strong
named? Are you deploying the VSTO runtime and any other dependencies of the
project?

The best way to see why a managed code project is failing to load, assuming
you've covered all the obvious bases I mentioned above is to look at the
Fusion logs. Fusion is the managed code loader. See the article at
http://blogs.msdn.com/vsod/archive/2...-failures.aspx
for information on managed code troubleshooting and Fusion logging.

--
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


"Nagaraj" <(E-Mail Removed)> wrote in message
news:74E2B5DA-3585-423F-AC8F-(E-Mail Removed)...
> Hi
>
> I created and installed one Outlook 2003 with SP3 addin in my local
> system.
> I used SetSecurity project and it is working fine here
> My system details are
> XP Professional Version 2002 Service Pack2
>
> The same addin installed at client machine. It is loaded but disabled
> there
>
> Client details are
> XP home SP2 Outlook 2003 SP3
>
> How to enable the outlook 2003 addin at the client machine? Is any
> configuration settings required there at the client machine. Can anyone
> share
> some information on this?
>
> Thanks in Advance
> --
> Nagaraj Tadipatri


 
Reply With Quote
 
 
 
 
Nagaraj
Guest
Posts: n/a
 
      23rd Jul 2009
Thanks Ken for the information.

You are right. It is a VSTO project. Assemblies are strongly named. I am
deployting VSTO second edition runtime and Preop assemblies 2003 along with
..NET framework 2.0. The addin is loaded correctly at the location

Tools->Options->Other->Advanced Options->COM-Addins

with Load Behaviour : Load at Startup

But the add-in is not checked.

The add-in is there in Disabled Items. If we enable it then it is working in
the client machine. But my client wants to enable it immediately after it
loads.

Since he is having XP home SP2 instead of XP professional is there any
security updates required at his system?
--
Nagaraj Tadipatri


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

> From your use of SetSecurity can we assume that this is a VSTO project?
>
> Does your installer actually successfully set up the security on the target
> computer? Is the code assembly and whatever other assemblies it loads strong
> named? Are you deploying the VSTO runtime and any other dependencies of the
> project?
>
> The best way to see why a managed code project is failing to load, assuming
> you've covered all the obvious bases I mentioned above is to look at the
> Fusion logs. Fusion is the managed code loader. See the article at
> http://blogs.msdn.com/vsod/archive/2...-failures.aspx
> for information on managed code troubleshooting and Fusion logging.
>
> --
> 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
>
>
> "Nagaraj" <(E-Mail Removed)> wrote in message
> news:74E2B5DA-3585-423F-AC8F-(E-Mail Removed)...
> > Hi
> >
> > I created and installed one Outlook 2003 with SP3 addin in my local
> > system.
> > I used SetSecurity project and it is working fine here
> > My system details are
> > XP Professional Version 2002 Service Pack2
> >
> > The same addin installed at client machine. It is loaded but disabled
> > there
> >
> > Client details are
> > XP home SP2 Outlook 2003 SP3
> >
> > How to enable the outlook 2003 addin at the client machine? Is any
> > configuration settings required there at the client machine. Can anyone
> > share
> > some information on this?
> >
> > Thanks in Advance
> > --
> > Nagaraj Tadipatri

>
>

 
Reply With Quote
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      23rd Jul 2009
Well, addins don't get disabled for no reason. If the addin is in its own
AppDomain, and all VATO addins are in their own AppDomain, then only a
couple of things will cause an addin to become disabled.

If the user installs the addin while Outlook is running that will cause the
problem. Any unhandled exceptions in the addin will also cause the addin to
become disabled.

So if the addin starts out disabled the reason is going to be one of those
two things.

AFAIK there is no difference that should be there for the addin no matter
what version of Windows XP the user is running.

--
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


"Nagaraj" <(E-Mail Removed)> wrote in message
news:4D380259-F77E-484D-B687-(E-Mail Removed)...
> Thanks Ken for the information.
>
> You are right. It is a VSTO project. Assemblies are strongly named. I am
> deployting VSTO second edition runtime and Preop assemblies 2003 along
> with
> .NET framework 2.0. The addin is loaded correctly at the location
>
> Tools->Options->Other->Advanced Options->COM-Addins
>
> with Load Behaviour : Load at Startup
>
> But the add-in is not checked.
>
> The add-in is there in Disabled Items. If we enable it then it is working
> in
> the client machine. But my client wants to enable it immediately after it
> loads.
>
> Since he is having XP home SP2 instead of XP professional is there any
> security updates required at his system?
> --
> Nagaraj Tadipatri


 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
AOL Support | Windows Help and Support | Computer Support |Microsoft Technical Support | Online Computer Help aol suport Windows XP Photos 0 4th Jan 2012 02:58 AM
Outlook Addin Interferes with Outlook COM Addin Functionality TC Microsoft Outlook Third-Party Utilities 1 19th Jan 2005 10:32 PM
Outlook Addin Interferes with Outlook COM Addin Functionality TC Microsoft Outlook Installation 0 10th Dec 2004 12:02 AM
VTiger CRM Outlook Addin Interferes with Outlook COM Addin Functionality TC Microsoft Outlook Third-Party Utilities 0 9th Dec 2004 06:11 AM
VTiger CRM Outlook Addin Interferes with Outlook COM Addin Functionality TC Microsoft Outlook Installation 0 9th Dec 2004 06:01 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:57 PM.