Skip to content

DocumentUltimate v7.3.0

Latest
Compare
Choose a tag to compare
@GleamTech GleamTech released this 08 Jan 00:14

Version 7.3.0 - January 7, 2025

  • Improved: Updated PDF.js library to 4.10.38 for stability and performance.

  • Fixed: Back in v6.8.5 (April 7, 2023), we fixed DocumentCache stalling when creating empty files on AzureBlobFileSystem on .NET Framework projects.
    However it seems, the stalling problem could also occur for bigger files (probably for files bigger than a 4MB chunk).
    The problem was not with rendering of the DocumentViewer but rather with it trying to get info about file from cache
    before rendering, and as AzureBlobFileSystem stalled (freezed without response indefinetely), the viewer never completed rendering.
    This problem which only effected using DocumentCache on Azure Blob and in .NET Framework projects, is now fixed.

Included example projects:

  • ASP.NET Core (C#) - Visual Studio 2019+
  • ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+
  • ASP.NET MVC (C#) - Visual Studio 2015+
  • ASP.NET MVC (VB) - Visual Studio 2015+
  • ASP.NET WebForms (C#) - Visual Studio 2015+
  • ASP.NET WebForms (VB) - Visual Studio 2015+