View Single Post
  #8  
Old June 11th 09, 02:53 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Help with some issues in Outlook Plugin development

Did you compile the code with a reference to the Outlook/Office 2003 PIA's?
If you did it with references to the Outlook/Office 2007 PIA's it would
never work with Outlook 2003. You always have to compile on the oldest
version of Outlook that you intend to support.

If that's not it you're going to have to do some detective work. You should
put strategically placed logging statements or MessageBox calls to show
where you are in the code, or even if your code is actually loading and
running.

If the code isn't running then you need to do some Fusion debugging, Fusion
is the managed code loader. See
http://blogs.msdn.com/vsod/archive/2...-failures.aspx
for information on how to do that.

--
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


"anindasen_0609" wrote in message
...
Hi Ken,


Thank you very much for your reply with valuable suggestions.

I am very sorry that I missed out on the version of Outlook which sue
asked specifically. Actually I want my code to work in both Outlook 2003
as well as 2007 versions.

Right now it is working only on version Outlook 2007
and not on Outlook 2003 I don't know why. It installs on Outlook 2003
correctly without any installation problem and shows in the plugin section
of
outlook 2003 also but never works.


Regards,
Aninda


Ads