Outlook 2003 Add-in doesn't work on Outlook 2007

P

paresh

Hi, I wrote Outlook COM Add-in in 2003 using C# and since ages it has been
working fine in OL2003. We are in process on migrating to OL2007. I found
that my Add-in doesn't work on OL2007. Could anyone please tell me what are
the possiblities so that Add-in can't work on OL2007.

Thanks in advanced.
Paresh
 
K

Ken Slovak - [MVP - Outlook]

It's impossible to tell what's going on from that description. Does the
addin load at all, does the OnConnection() event fire?

If that event doesn't fire does the COM AddIns tab in the trust center show
there was an error on loading the addin? If that's the case you must do some
Fusion logging analysis to see where the loading is failing. There's an
article on debugging managed code addin failures at
http://blogs.msdn.com/vsod/archive/2008/04/22/Troubleshooting-com-add-in-load-failures.aspx
that you should read.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top