View Single Post
  #2  
Old February 4th 10, 04:10 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How to deploy Outlook Shared add-in

What version of Outlook was used on the development machine?

What versions are you deploying to and supporting?

Are you shimming your addin? Are you strong naming your addin? Do you have a
manifest file? What sort of installer are you using? Are you deploying all
dependencies and requirements? Is the Framework of the correct version
installed where it's failing? Are the PIA's installed?

You need to answer all these questions and provide all the relevant
information if you want help.

First thing I'd recommend is to review the troubleshooting information for
managed code addins at
http://blogs.msdn.com/vsod/archive/2...-failures.aspx.
I've found it very useful for troubleshooting load problems, especially the
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


"Gokul" wrote in message
...
Hi,

I created shared add-in for Outlook using visual studio 2005 and language
is
vb.net. The setup file is working fine in my machine but it is not working
in
another machine. When I check trust center add-in is in disable items. I
am
not able to enable.

I am totally new to this. I am not able to find solution. I need setps to
create deployment setup file. Can any one help me on this.

I have asked this questions in two of similar forums but I did not find
any
proper solutions. Please help me to solve this problem.

Thanks & Regards
Gokul


Ads