Last Updated:
28 Jul 2022 07:58
by ADMIN
I found problem in .NET 6 components for Windows Forms.
When I try to use PageOrientation enum, I receive this error:
Error CS0433 The type 'PageOrientation' exists in both 'Telerik.WinControls.RadDiagram, Version=2022.2.622.60, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' and 'Telerik.WinControls.RichTextEditor, Version=2022.2.622.60, Culture=neutral, PublicKeyToken=5bb2a467cbec794e'
I looked into the source code and indeed found the same enum in the same namespace in both projects.