My VSTO 3.0 Outlook addin doesn’t load

Status
Not open for further replies.
W

Wayne

My VSTO 3.0 Outlook addin doesn’t load

[Sorry if this isn't the right forum for this... technically not VBA but this

is the closet forum I could find]

I'm trying to diagnose why my Outlook plugin written in C#/VSTO 3.0/VS 2008

doesn't load after being installed.

The plugin works awesomely on my development machine, which has Visual

Studio 2008 installed. I can't expect all my users to have all the

prerequisites though so I went through these steps to write an installer:

http://msdn.microsoft.com/en-us/library/cc563937(loband).aspx

I installed the add-in on a fresh Windows XP SP 2 machine with a fresh

install of Outlook 2007. It installs all the prereqs ok (.NET 3.5, VSTO 3.0

runtime, Windows Installer 3.1, 2007 PIAs). Outlook starts but the add-in

isn't run. If I go to the Add-ins tab in the Trust Center, I see my add-in in

the "Inactive Application Add-ins" section with the message "Not loaded. A

runtime error occurred during the loading of the COM Add-in.".

Not sure how to find the specific error so I can fix it.

The reg keys look ok. Under

HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\BlahAddin I see

Description, FriendlyName, LoadBehavior (set to 3 until it fails after which

if becomes set to 2), and Manifest.

Tried the VSTO_SUPPRESSDISPLAYALERTS environment variable trick and then

launched Outlook from the command line but no output came out.

I have remote debugging more or less working but I'm not sure what to look

for. I don't see my DLL loaded when I attach to Outlook, but then again maybe

managed DLLs don't show up the same way in VS.

Any other ideas on next steps I could follow to produce a specific error I

can diagnose?

Thanks!

(Cross-posted to Stack Overflow, but still haven't figured this out:

http://stackoverflow.com/questions/1330282/my-vsto-3-0-outlook-addin-doesnt-load )
 
K

Ken Slovak - [MVP - Outlook]

Re: My VSTO 3.0 Outlook addin doesn’t load

Did you set the security? Without full trust a VSTO addin won't run.

If you did that and see the trust settings in the Framework configuration

tool you'd probably need to use Fusion logging and to study the logs to see

what's failing (Fusion is the managed code loader).

See

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

There's also a managed forum specific to VSTO at the MSDN forums.

"Wayne" <Wayne> wrote in message

news:548727E5-5D76-42AC-A09E-CDED05868D50@microsoft.com...
> [Sorry if this isn't the right forum for this... technically not VBA but
> this
> is the closet forum I could find]

> I'm trying to diagnose why my Outlook plugin written in C#/VSTO 3.0/VS
> 2008
> doesn't load after being installed.

> The plugin works awesomely on my development machine, which has Visual
> Studio 2008 installed. I can't expect all my users to have all the
> prerequisites though so I went through these steps to write an installer:
> http://msdn.microsoft.com/en-us/library/cc563937(loband).aspx

> I installed the add-in on a fresh Windows XP SP 2 machine with a fresh
> install of Outlook 2007. It installs all the prereqs ok (.NET 3.5, VSTO
> 3.0
> runtime, Windows Installer 3.1, 2007 PIAs). Outlook starts but the add-in
> isn't run. If I go to the Add-ins tab in the Trust Center, I see my add-in
> in
> the "Inactive Application Add-ins" section with the message "Not loaded. A
> runtime error occurred during the loading of the COM Add-in.".

> Not sure how to find the specific error so I can fix it.

> The reg keys look ok. Under
> HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins\BlahAddin I see
> Description, FriendlyName, LoadBehavior (set to 3 until it fails after
> which
> if becomes set to 2), and Manifest.

> Tried the VSTO_SUPPRESSDISPLAYALERTS environment variable trick and then
> launched Outlook from the command line but no output came out.

> I have remote debugging more or less working but I'm not sure what to look
> for. I don't see my DLL loaded when I attach to Outlook, but then again
> maybe
> managed DLLs don't show up the same way in VS.

> Any other ideas on next steps I could follow to produce a specific error I
> can diagnose?

> Thanks!

> (Cross-posted to Stack Overflow, but still haven't figured this out:
> http://stackoverflow.com/questions/1330282/my-vsto-3-0-outlook-addin-doesnt-load )
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
N VSTO outlook 2007 addin installation problem Outlook VBA and Custom Forms 1
E Opening WinForm in Outlook 2003 VSTO Addin with Wordmail enabled Outlook VBA and Custom Forms 1
M c# vsto Outlook.ApplicationEvents_11_NewMailEx Outlook VBA and Custom Forms 1
A Not able to load an add-in for outlook 2007 developed in VSTO 2005 Outlook VBA and Custom Forms 2
T VSTO Outlook add-in: Categories not displaying correctly Outlook VBA and Custom Forms 3
O VSTO - Outlook Add-In - Get GAL data Outlook VBA and Custom Forms 1
K Outlook VSTO Add-in not visible in Trust Center after installing Outlook VBA and Custom Forms 1
M Will a VSTO C# Outlook 2007 Add-in work on Outlook 2010? Outlook VBA and Custom Forms 1
X Highlight block of text in an outlook mail using c#2008 vsto Outlook VBA and Custom Forms 1
O Third-party VSTO 2005 SE plug-in for Outlook 2007: what should I signwith a publisher certificate? Outlook VBA and Custom Forms 3
O Outlook VSTO 2005 plug-in installer: CLSID = ? Outlook VBA and Custom Forms 3
M Develop for OL2003 on OL2007 machine using VS2008 and VSTO? Outlook VBA and Custom Forms 1
E VSTO 2008 how to bind Form Region controls to Item data fields Outlook VBA and Custom Forms 2
E VSTO 2008 how to bind Form Region controls to Item data fields Outlook VBA and Custom Forms 3
M VSTO deployment? Outlook VBA and Custom Forms 1
M VSTO C#: How do I declare an application scope variable? Outlook VBA and Custom Forms 2
S VSTO calling unmanged function Outlook VBA and Custom Forms 3
G Interop or VSTO or ? Outlook VBA and Custom Forms 2
M VSTO 2007 Addin auto-disabled on one machine but not another on installation? Outlook VBA and Custom Forms 1
O using VSTO to get Available Mailboxes Outlook VBA and Custom Forms 11
M Outlook2007 and VSTO, handle the Click on the Save Button in the IPM.Note dialog HOWTO? Outlook VBA and Custom Forms 4
M VSTO Outlook2007 Addin. After switching from 3.5 to 2.0 Framework i get "'MSB3185: EntryPoint not sp Outlook VBA and Custom Forms 1
C Problem installing VSTO AddIn on Vista Outlook VBA and Custom Forms 3
e_a_g_l_e_p_i Need clarification on 2-Step Verification for Gmail using Outlook 2021 Using Outlook 8
L Opening People Outlook 2021 Using Outlook 1
e_a_g_l_e_p_i Outlook 2021 not letting me setup my Gmail using pop Using Outlook 1
Geldner Problem submitting SPAM using Outlook VBA Form Outlook VBA and Custom Forms 2
P VBA to add email address to Outlook 365 rule Outlook VBA and Custom Forms 0
M Outlook 2016 outlook vba to look into shared mailbox Outlook VBA and Custom Forms 0
P Can no longer sync Outlook with iPhone calendar after iPhone update to 17.1.1 Using Outlook 2
O Outlook - Switch from Exchange to IMAP Using Outlook 0
e_a_g_l_e_p_i Is it possible to have a reminder in Outlook 2021 for every 90 days Using Outlook 3
farrissf Outlook 2016 Optimizing Email Searches in Outlook 2016: Seeking Insights on Quick Search vs Advanced Search Features Using Outlook 0
C Advanced search terms for "Outlook Data File" Using Outlook 1
N Reply to Outlook messages by moving messages to a specific Outlook folder Outlook VBA and Custom Forms 1
O How to find out the domain and server settings that my Outlook is using? Using Outlook 2
A Outlook 365 (OutLook For Mac)Move "On My Computer" Folder Items From Old To New Mac Computer Using Outlook 3
H Integrating Alexa & Outlook Pro 2021 Using Outlook 2
Z Automatically adjust Outlook Reading Pane from bottom to right depending on portrait or landscape window Using Outlook 1
Rupert Dragwater Background colors not saving in Outlook 365 Using Outlook 15
petunia Outlook tasks module sunsetting? Exchange Server Administration 3
G Save emails as msg file from Outlook Web AddIn (Office JS) Outlook VBA and Custom Forms 0
D Outlook VBA forward the selected email to the original sender’s email ID (including the email used in TO, CC Field) from the email chain Outlook VBA and Custom Forms 3
U Outlook 2021 not showing contact cards in Searches Using Outlook 1
C Outlook - Macro to block senders domain - Macro Fix Outlook VBA and Custom Forms 2
H Outlook 365 O365 outlook calendar item editing Using Outlook 1
J Outlook 365 html inline images Using Outlook 0
Rupert Dragwater How to get Outlook 365 to open from websites Using Outlook 5
S Why do I have to close and reopen Outlook for macros to work? Outlook VBA and Custom Forms 2
J Outlook 2021 ScanPST errors (yet again ... sorry): repair button missing Outlook 2021 Using Outlook 0

Similar threads

Top