Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
685
Error with Win.UltraWinEditors
posted

I've got a .net6 winform.  I'm getting the below error when I try to start it. It compiles, so it's a runtime error.

The form has other Infragistics controls as well as the WPF syntax editor.

So my question is 2-fold:

1. When using .net 6, do I still need the WPF syntax editor to use syntax highlighting?

2. Which version of UltraWinEditor should I be using? Cause the System.Windows.Forms assembly is the .net 6 build so it should be fine with the project itself.

************** Exception Text ************** System.MissingMethodException: Method not found: 'System.Windows.Forms.ContextMenu System.Windows.Forms.Control.get_ContextMenu()'. at Infragistics.Win.EmbeddableEditorBase.EnterEditMode(EmbeddableUIElementBase embeddableElement) at Infragistics.Win.UltraWinEditors.TextEditorControlBase.OnEnter(EventArgs e) at Infragistics.Win.UltraWinEditors.UltraComboEditor.OnEnter(EventArgs e) at System.Windows.Forms.ContainerControl.UpdateFocusedControl()