Syncfusion Essential Studio Windows Forms 2024 Volume 3 SP1 (27.2.2)

Released: Nov 15, 2024

Aggiornamenti in 2024 Volume 3 SP1 (27.2.2)

Funzionalità

  • Common
    • Added support for Microsoft .NET 9.
  • DocIO
    • Breaking Change - DocToPDFConverter class will no longer inherit from the System.ComponentModel.Component class.
  • GridControl
    • Breaking Changes - The following methods have been removed in .NET 9.0 due to the deprecation of the BinaryFormatter. Additionally, the classes GridRowColSizeDictionaryTypeConverter, GridDataTypeConverter, and GridRowColHideDictionaryTypeConverter have also been removed for the same reason.
      • GridControl:
        • LoadBinary(string fileName).
        • LoadBinary(Stream s).
        • SaveBinary(Stream s).
        • SaveBinary(string fileName).
        • SaveBinary().
      • GridModel:
        • LoadBinary(string fileName).
        • LoadBinary(Stream s).
        • SaveBinary(Stream s).
  • GridGroupingControl
    • Breaking Changes - The following methods have been removed in .NET 9.0 due to the deprecation of the BinaryFormatter.
      • GridBorderAdv:
        • SaveDoubleBorder(string path).
        • SaveDoubleBorder(MemoryStream ms).
        • LoadDoubleBorder(string path).
        • LoadDoubleBorder(MemoryStream ms).
      • GridDynamicFilter:
        • SaveCompareOperator().
        • SaveCompareOperatorStream().
        • LoadCompareOperator().
        • LoadCompareOperatorStream(MemoryStream stream).
  • PDF
    • Added .NET 9 support for PDF, HTML Converter, and OCR Processor.
  • ScheduleControl
    • Breaking Change - The SaveBinary(Stream s) method has been removed in .NET 9.0 due to the deprecation of the BinaryFormatter.
  • Visual Studio Extensions
    • Added .NET 9.0 support to the Syncfusion WinForms Project Template, Item Template, and Reference Manager.

Correzioni

  • DocIO
    • MathML equations are now preserved properly while converting a Word document to an image multiple time.
    • The NullReferenceException will no longer be thrown while opening a DOCX document with footnote.
  • DockingManager
    • The NullReferenceException will no longer occur when loading the saved layout when the DockingManager contains more than one AutoHide tab.
  • DomainUpDownExt
    • The NullReferenceException will no longer occur in DomainUpDownExt.
  • MainFrameBarManager
    • VisualStudio will no longer crash when clicking Customize on the MainFrameBarManager smartTag in WinForms.
  • Presentation
    • The IndexOutOfRangeException will no longer be thrown while opening the document with duplicate slide relation.
    • Font color now preserved properly while converting PPTX to PDF.
  • RibbonControlAdv
    • The ToolStripButton click event that was called twice in Ribboncontrol WinForms has been resolved.
  • SpellCheckerAdv
    • The problems with the filenotexception, the Custom Dictionary spelling error, and the error signal in the "&" and "?" words have been resolved.
  • XlsIO
    • The styles are now applied properly to hidden ranges when creating an Excel document.