Posted 16 January 2023, 7:40 am EST - Updated 16 January 2023, 8:12 am EST
Created a WPF Control library that uses ComponentOne elements (FlexGrid, C1Checkbox, etc)
I have a separate application project which dynamically loads the WPF Control library .dll using ‘System.ComponentModel’
When instantiating my control class, I get the following error:
[code]
System.Windows.Markup.XamlParseException: ‘The method or operation is not implemented.’
Inner Exception:
NotImplementedException: The method or operation is not implemented.[/code]