PC Review


Reply
Thread Tools Rate Thread

COM Outlook addin ribbon buttons not responding in Korean Outlook 2010

 
 
New Member
Join Date: Oct 2010
Posts: 1
 
      28th Oct 2010
Hi Folks,

I have a COM Outlook addin which implements a ribbon button in Outlook 2010. It's been working just fine for quite some time. Until someone tried to load the addin in the Korean version of Outlook. The ribbon buttons show up but do not do anything when clicked. In the debugger, I see the error message below whenever I click on the ribbon button "ERROR : Unable to load Typelibrary. (HRESULT = 0x8002801d) Verify TypelibID and major version specified with IDispatchImpl, CStockPropImpl, IProvideClassInfoImpl or IProvideCLassInfo2Impl".

I never hit my break point in the callback for this button, so something is going on in the event layer above my code I think. But I don't know what and I don't know why using the Korean version of Outlook should make any different. Anyone have any ideas?

I'm thinking it has something to do with the LIBID_Office macro used below when defining the interfaces my main addin supports:

, public IDispatchImpl<IRibbonExtensibility,
&__uuidof(IRibbonExtensibility),
&LIBID_Office, /* wMajor = */ 2, /* wMinor = */ 4>
The macro is defined as

extern "C" const GUID __declspec(selectany) LIBID_Office =
{0x2df8d04c,0x5bfa,0x101b,{0xbd,0xe5,0x00,0xaa,0x00,0x44,0xde,0x52}};

I see that the machine with Korean Outlook has entries in the registry for
the typelib version 2.5 but not 2.4. Compiling and specifying
2.5 doesn't seem to help the issue at all.

My English Outlook machine has entries for both 2.4 and 2.5
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook 2003 Addin fails to load for 32 bit Outlook 2010 Kevin Derhak Microsoft Outlook Program Addins 2 13th Sep 2010 09:37 PM
Executing Ribbon Command from Code Outlook 2010 John Webster Microsoft Outlook Form Programming 3 30th Apr 2010 05:39 PM
Connecting to an addin in Outlook 2010 (or not) CyberEeyor Microsoft Outlook VBA Programming 1 29th Jan 2010 08:51 PM
Ribbon Addin in OutLook 2007 =?Utf-8?B?SmVhbk1vdWw=?= Microsoft Outlook Program Addins 2 11th Oct 2007 04:37 PM
Outlook 2007 / Addin with Ribbon =?Utf-8?B?UGF1bCBMaWVicmFuZA==?= Microsoft Outlook Program Addins 3 5th Feb 2007 09:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:24 PM.