Why doesn't my CreateRibbonExtensibilityObject method get called?

Posted by DGGenuine on Stack Overflow See other posts from Stack Overflow or by DGGenuine
Published on 2010-05-23T03:10:43Z Indexed on 2010/05/23 3:20 UTC
Read the original article Hit count: 379

Filed under:
|
|
|

Hi I've been tinkering around with the two techniques to modify the ribbon with an MS Word addin (Visual Studio 2010, .NET 3.5), a Microsoft.Office.Tools.Ribbon.OfficeRibbon and Microsoft.Office.Core.IRibbonExtensibility. I was hoping to switch between the two in my addin's CreateRibbonExtensibilityObject, but for some reason it is not called now. The documentation says that if an addin implements CreateRibbonExtensibilityObject that it will be called. When I create a fresh project to test doing this very thing, it works. I'd prefer not to abandon my project as-is. Any ideas? Thank you.

© Stack Overflow or respective owner

Related posts about c#

Related posts about msword