Outlook AddIn can't load outside Visual Studio

Status
Not open for further replies.
D

dxider

Hi, I'm trying to deploy a Outlook AddIn into various computers.

The AddIn is programmed in C# using VS2008, it works when I run it inside

Visual Studio IDE, but when the project is installed via the Setup project,

Outlook won't load the AddIn, if I try to load it manually, Outlooks displays

an error indicating that the AddIn is not a valid Office Complement.

I even tried to load it from the project bin/release folder in the same

computer where is programmed, but Outlook cant load it, same error.

The project uses CDO to get some inaccesible properties, CDO is already

installed and works without problems when project is loaded from VS.

Can someone give me a clue to solve this problem?.

Thanks in advance.

Dream it, love it, CODE IT!!!
 
K

Ken Slovak - [MVP - Outlook]

Do not use CDO 1.21 with managed code, it's not supported and will break

just you when need it most. There are memory leaks and problems with memory

management and MS will not support that usage at all, and neither will we.

For deployment issues see

http://blogs.msdn.com/vsod/archive/2008/04/22/Troubleshooting-com-add-in-load-failures.aspx

"dxider" <dsider@hotmail.com> wrote in message

news:BEB62DC6-1EAB-434C-89B5-6532210E6E21@microsoft.com...
> Hi, I'm trying to deploy a Outlook AddIn into various computers.

> The AddIn is programmed in C# using VS2008, it works when I run it inside
> Visual Studio IDE, but when the project is installed via the Setup
> project,
> Outlook won't load the AddIn, if I try to load it manually, Outlooks
> displays
> an error indicating that the AddIn is not a valid Office Complement.

> I even tried to load it from the project bin/release folder in the same
> computer where is programmed, but Outlook cant load it, same error.

> The project uses CDO to get some inaccesible properties, CDO is already
> installed and works without problems when project is loaded from VS.

> Can someone give me a clue to solve this problem?.
> Thanks in advance.
> > Dream it, love it, CODE IT!!!
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
Diane Poremsky Always Load an Outlook Addin Using Outlook 1
S COM Addin Failed to load in Outlook 2003 Outlook VBA and Custom Forms 1
W My VSTO 3.0 Outlook addin doesn’t load Outlook VBA and Custom Forms 1
S Outlook 2016 and Acrobat PDFMaker Office COM Addin Using Outlook 0
Gary Hile Icloud addin for outlook 2016 Using Outlook 5
P outlook addin unloaded in office 2007 Using Outlook 0
oliv- How to Run a Script IN AN ADDIN with Outlook's Rules and Alerts Outlook VBA and Custom Forms 2
D Constant Dropbox Outlook Addin Authentication Prompts Using Outlook 5
C Outlook 2010, Need to restrict domain users from installing any sort of a addin in outlook Using Outlook 2
M Icloud Addin in Outlook 2013 Exchange Server Administration 9
H Outlook 2010 Antispam Addin Not Available Using Outlook 1
C Connecting to an addin in Outlook 2010 (or not) Outlook VBA and Custom Forms 1
T Regarding Outlook addin Outlook VBA and Custom Forms 1
N Drag and drop attachment in outlook addin Outlook VBA and Custom Forms 4
S Outlook addin formregion as a drop down Outlook VBA and Custom Forms 6
K Attach addin to outlook 2007 editor Outlook VBA and Custom Forms 3
T need help w/ sending an e-mail -- outlook 2007 addin Outlook VBA and Custom Forms 2
N VSTO outlook 2007 addin installation problem Outlook VBA and Custom Forms 1
N Support for outlook 2003 addin in xp home sp2 Outlook VBA and Custom Forms 3
R Hi, Ken, What should be noticed to avoid memory leak in outlook addin? Outlook VBA and Custom Forms 3
T Simple MAPI send and Outlook COM addin Outlook VBA and Custom Forms 3
U Outlook Addin Creation using Visual Studio 2008 Outlook VBA and Custom Forms 1
E Opening WinForm in Outlook 2003 VSTO Addin with Wordmail enabled Outlook VBA and Custom Forms 1
D Outlook 2007 AddIn: Rendering issue Outlook VBA and Custom Forms 1
D Outlook 2007 AddIn: Filter attachments by type Outlook VBA and Custom Forms 2
Retired Geek Outlook for the MAC with Yahoo accounts now very broken Using Outlook 6
S Outlook 2002- "Send" button has disappeared. Help please. Using Outlook 1
L How Stop Outlook Nag Messages Using Outlook 1
TomHuckstep Remove Send/Receive All Folders (IMAP/POP) button from Outlook 365 Ribbon Using Outlook 1
L I Cannot Sign Into My Outlook Account? Outlook VBA and Custom Forms 0
icacream Outlook 2021 - Google calendar in the peek Using Outlook 0
e_a_g_l_e_p_i Question about installing my Gmail account on my iPhone but still getting messages downloaded to my desktop Outlook. Using Outlook 3
F Want to add second email to Outlook for business use Using Outlook 5
kburrows Outlook Email Body Text Disappears/Overlaps, Folders Switch Around when You Hover, Excel Opens Randomly and Runs in the Background - Profile Corrupt? Using Outlook 0
M using excel to sort outlook appointment items Outlook VBA and Custom Forms 4
e_a_g_l_e_p_i MY Outlook 2021 changed the format of the shortcuts for mail, calendar etc. Using Outlook 10
Z Outlook 2021 Outlook new emails notification not working Using Outlook 5
K Changing the Deleted Items location in Outlook 2019 Using Outlook 2
J Outlook 365 Outlook Macro to Sort emails by column "Received" to view the latest email received Outlook VBA and Custom Forms 0
V How to use Comas in a picklist in Outlook forms Outlook VBA and Custom Forms 3
e_a_g_l_e_p_i Question about reinstalling Outlook 2021 Using Outlook 5
A Outlook 365 Outlook (part of 365) now working offline - argh Using Outlook 5
M Outlook Macro to save as Email with a file name format : Date_Timestamp_Sender initial_Email subject Outlook VBA and Custom Forms 0
G LinkedIn tab missing in Outlook 365 (but working in OWA) Using Outlook 0
Jay Freedman Outlook forgets "not junk" marking Using Outlook 0
KurtLass Opening Graphics Attachments in Outlook 2021 Using Outlook 0
P now on office 365 but getting error messages about missing Outlook 2013 cache folders Using Outlook 2
B Outlook config download Outlook VBA and Custom Forms 1
M Short term workaround for when Outlook searching stopped functioning Using Outlook 0
D Outlook 2016 Creating an outlook Macro to select and approve Outlook VBA and Custom Forms 0

Similar threads

Top