DocumentUltimate v4.1.0
Version 4.1.0 - July 16, 2018
-
Fixed: Downloading files with unicode characters (e.g. german umlauts) in their names failed on ASP.NET Core.
This was caused because unencoded version of filename was provided in Content-Disposition header for older
browsers (utf-8 encoded version was already provided for modern browsers). ASP.NET Core does not allow unencoded
unicode characters in response header value like ASP.NET Classic. So now alternative file name will be
transliterated to ASCII for keeping old browser support. -
Fixed: "Input string was not in correct format" error when setting LicenseKey property when you have an invalid
version string in AssemblyFileVersion attribute of your assembly. For example using asterisk (e.g. "1.0.184.*")
is not valid for AssemblyFileVersion, it's only valid for AssemblyVersion (compiler only converts asterisk to
number only for this attribute). Now even if you have invalid version (non-numeric) in AssemblyFileVersion
attribute, the parsing error will be ignored. -
Improved: Stability, accuracy for Presentation, Spreadsheet, ProjectManagement and Email formats.
Included example projects:
- ASP.NET WebForms (C#)
- ASP.NET WebForms (VB)
- ASP.NET MVC (C#)
- ASP.NET MVC (VB)
- ASP.NET Core (C#)