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

  • Thread starter Thread starter paresh
  • Start date Start date
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
 
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.
 
Back
Top