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!!!
 
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
G Save emails as msg file from Outlook Web AddIn (Office JS) Outlook VBA and Custom Forms 0
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
A Outlook can't remember outlook.com, Exchange password. Using Outlook 0
S Related messages show in main Outlook window vice new Advanced Find windows Using Outlook 1
H Force Outlook 2019 with GMail 2-Step to Require Login? Using Outlook 0
G Retaining Tabs in outlook body Using Outlook 2
V Setting up Outlook 2021 on new computer Using Outlook 2
G Add Map It button to Custom Contacts Form in Outlook Outlook VBA and Custom Forms 1
X Custom icon (not from Office 365) for a macro in Outlook Outlook VBA and Custom Forms 1
Victor_50 Problem - Google Workspace will stop "unsafe" access to Outlook end 2024 Using Outlook 3
C New pc, new outlook, is it possible to import auto-complete emailaddress Using Outlook 4
T Outlook 365 won't take new working password Using Outlook 0
S Create Outlook Task from Template and append Body with Email Body Outlook VBA and Custom Forms 4
P Can't add custom field to custom Outlook form, it always adds to the Folder instead Outlook VBA and Custom Forms 2
B Sync Outlook Public Folders to Contacts Using Outlook 2
D Delete Outlook emails from MS server Using Outlook 12
B Outlook tasks and PDF Using Outlook 4
D Outlook 2019 is no longer asking for password ... Using Outlook 5
Kika Melo How to mark as Junk any message not from Contacts (in Outlook.com) Using Outlook 3
L Outlook attachments from OneDrive as links Using Outlook 0
G Outlook 365 My iCloud Outlook doesn’t work after reinstalling Microsoft365 on Windows 10 PC – now I get error message on contacts and calendar Using Outlook 1
T How to Export & Import GMAIL Contacts into Outlook 2021 ? Using Outlook 4
M Synchronization and backup of Outlook from local to server. Using Outlook 8
T How to get an EVENT COLOR option in Outlook 2021 ? Using Outlook 0
K How can I delete an e-mail from Outlook Using Outlook 1
V Outlook Error The Attempted operation Failed. An Object Could Not be found Outlook VBA and Custom Forms 0

Similar threads

Back
Top