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
IDBE Ribbon Creator for Access 2007 ribbon customization dbguyatlanta Microsoft Access 8 2nd Mar 2011 12:59 AM
altering the positions of tabs on the ribbon: ribbon customization gil Microsoft Word Document Management 2 24th Oct 2009 01:24 PM
Can we modify any of the ribbon tabs or create new ribbon tabs? Scott Sornberger Microsoft Excel New Users 2 19th Mar 2008 12:41 PM
IDE ATA-100 Data Ribbon Cable V IDE ATA-133 Data Ribbon Cable gtz101 General 13 4th Jan 2008 05:47 PM
Opening a report from the ribbon doesn't show it's custom ribbon =?Utf-8?B?QXJpYW4gR2VlcnRzZW1h?= Microsoft Access Reports 0 20th Aug 2007 11:34 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:32 AM.