Difference between revisions of "Referencing the Ribbon Commander library in .NET"

From Ribbon Commander Documentation
Jump to: navigation, search
(Created page with "There are two assemblies you need to reference in order to use the Dynamic RibbonX framework from .NET * The customized interop assembly (LogismiX.Interop.DynamicRibbonX) * Th...")
 
Line 3: Line 3:
 
* The core Dynamic RibbonX assembly (LogismiX.DynamicRibbonX.Core)
 
* The core Dynamic RibbonX assembly (LogismiX.DynamicRibbonX.Core)
 
They both depend on version 2.0.50727 of the .NET framework:
 
They both depend on version 2.0.50727 of the .NET framework:
 +
 
[[image:DotNetReferences.png|link=]]
 
[[image:DotNetReferences.png|link=]]

Revision as of 00:53, 15 March 2013

There are two assemblies you need to reference in order to use the Dynamic RibbonX framework from .NET

  • The customized interop assembly (LogismiX.Interop.DynamicRibbonX)
  • The core Dynamic RibbonX assembly (LogismiX.DynamicRibbonX.Core)

They both depend on version 2.0.50727 of the .NET framework:

DotNetReferences.png