Discussion:
Outlook 2003 Addin fails to load for 32 bit Outlook 2010
(too old to reply)
Kevin Derhak
2010-06-11 13:51:29 UTC
Permalink
Hi All:

The subject pretty much sums up my issue. I have an addin built that
work on Outlook 2003 and Outlook 2007, but when try to use in Outlook
2010 it does not even show up in the addin list.

If someone could shed some light or point me to a more appropriate
news group I would appreciate it.

Thanks in advance,

Kevin
Ken Slovak
2010-06-11 16:03:57 UTC
Permalink
The newsgroups are dead, the replacements are the forums. This one is
probably the most appropriate:
http://social.msdn.microsoft.com/Forums/en-US/outlookdev/threads

You need to supply more information.

What language is this written in? How is it being registered? Is it
registered on the Outlook 2010 machine? Are you hitting at least
OnConnection()? Is this a VSTO addin or shared or unmanaged? Is it listed as
disabled or do you have load errors?

You can post here or in the forum but you'll need to supply that information
before anyone can begin to figure things out. It could be something as
simple as not allowing a version higher than "12" if you check Outlook
version, or it could be something more.

FWIW, all of my 2003/2007 addins run without problems in 2010 32-bit code.
--
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
Post by Kevin Derhak
The subject pretty much sums up my issue. I have an addin built that
work on Outlook 2003 and Outlook 2007, but when try to use in Outlook
2010 it does not even show up in the addin list.
If someone could shed some light or point me to a more appropriate
news group I would appreciate it.
Thanks in advance,
Kevin
Jay Schwarz
2010-09-13 20:37:39 UTC
Permalink
Kevin,

Did you get an answer. I am seeing the same thing. Thanks.
Post by Kevin Derhak
The subject pretty much sums up my issue. I have an addin built that
work on Outlook 2003 and Outlook 2007, but when try to use in Outlook
2010 it does not even show up in the addin list.
If someone could shed some light or point me to a more appropriate
news group I would appreciate it.
Thanks in advance,
Kevin
Post by Ken Slovak
The newsgroups are dead, the replacements are the forums. This one is
http://social.msdn.microsoft.com/Forums/en-US/outlookdev/threads
You need to supply more information.
What language is this written in? How is it being registered? Is it
registered on the Outlook 2010 machine? Are you hitting at least
OnConnection()? Is this a VSTO addin or shared or unmanaged? Is it listed as
disabled or do you have load errors?
You can post here or in the forum but you will need to supply that information
before anyone can begin to figure things out. It could be something as
simple as not allowing a version higher than "12" if you check Outlook
version, or it could be something more.
FWIW, all of my 2003/2007 addins run without problems in 2010 32-bit code.
--
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
Submitted via EggHeadCafe - Software Developer Portal of Choice
Nested IF Statement ? Excel 2007
http://www.eggheadcafe.com/tutorials/aspnet/195df521-46a8-4b2f-a6aa-dad1fb2c63d5/nested-if-statement--excel-2007.aspx
Loading...