Outlook Add-Id not starting

  • Thread starter Carlos Andres Guaneme Lugo
  • Start date
C

Carlos Andres Guaneme Lugo

Dear Colleagues:

We're facing a problem trying to run an outlook add-in for Outlook 2003. The
add-in installs and runs ok in the development environment (no surprises
here) but once in test environments with the proper prerequisites (VSTO RT,
..NET Framework) it fails to install. Additionallly, when we try to add it
manually, an error saying "XXXX is not a valid add-in" appears. Any ideas?


Thanks in advance.

Carlos Guaneme
Programmeringsbolaget


__________ Information from ESET NOD32 Antivirus, version of virus signature database 3994 (20090407) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
K

Ken Slovak - [MVP - Outlook]

It fails to install, or it fails to load?

Are you setting the security for the addin assemblies to full trust, as
indicated in the walkthrough for deploying VSTO addins?

If there's a load problem you probably will have to use Fusion logging to
see where the addin loading is failing. You can review the instructions for
that at
http://blogs.msdn.com/vsod/archive/2008/04/22/Troubleshooting-com-add-in-load-failures.aspx.

The deployment information is at
http://msdn.microsoft.com/en-us/library/bb332051.aspx.
 
Top