I download one from your website named: cab_tbmanagerribbon_v71. I changed all references to current version v82. but still not able to run it.
and all the examples from Public Documents\Infragistics\NetAdvantage for .NET 2008 Vol. 2 CLR 2.0\CAB Extensiblility Kit are not compilable.
Thanks
A working example, with all the necesary libraries, can be found here: http://www.fileshare.ro/1147506789.85
It is built with Infragistics WinForms 8.2.2038. The solution is based on SCSF May 2007, and was built with Visual Studion 2005.
In the Shell project, the Ribbon and Ribbon's Tabs are added as UIExtentionSites. In the NewToolbar.Module, in ModuleController class the ribbon is extended with ToolButtons. If you click a button a MessageBox is shown, showing the CommandName associated with that button.
HTH,
Emanuel
but I still got 2 errors, both are:
Error 2 Assembly 'Infragistics.Practices.CompositeUI.WinForms, Version=1.0.20082.2038, Culture=neutral, PublicKeyToken=6d0c1d72875afb96' uses 'Infragistics2.Win.v8.2, Version=8.2.20082.2038, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' which has a higher version than referenced assembly 'Infragistics2.Win.v8.2, Version=8.2.20082.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' c:\CAB\fileshare.ro_RibbonToolClickIssue\RibbonToolClickIssue\Lib\Infragistics.Practices.CompositeUI.WinForms.dll
Do I have to compile to get the Infragistics.Practices.CompositeUI.WinForms.dll?
Thanks,
Joan