You want to look at the Fusion logs, that's the managed code loader. See
this article for managed code debugging:
http://blogs.msdn.com/vsod/archive/2...-failures.aspx
Depending on which version of the shim wizard you're using (and if they've
released an update), make sure you follow all the messages on Andrew
Whitechapel's blog about the shim wizard.
Some versions have a bug in their post-build events where the debug output
is mixed in with the release output in the build event script. That's in
either the ManagedAggregrator or shim or both projects.
In addition it's important to check in your setup project and make sure that
the ManagedAggregrator and addin dll outputs are set to not be COM
registered and that the shim output is COM registered. That was another bug
in some versions of the shim wizard or its instructions.
--
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
"TheCommedian" <(E-Mail Removed)> wrote in message
news:ED58013F-0ABE-4655-AAB4-(E-Mail Removed)...
> Hi, I'm writing a managed Outlook Addin and I've shimmed it using COM Shim
> Wizard Version 2. My problem is that the Addin is not loading
> (OnConnection
> is not firing) probably because a dependency issue.
>
> Is there a way to check why an add-in is not loading and get a clue about
> which dependency is the cause of the problem?
>
> Many Thanks!