Skip to content

DocumentUltimate v3.15.0

Compare
Choose a tag to compare
@GleamTech GleamTech released this 30 Mar 14:01
· 102 commits to master since this release

Example projects for WebForms (C#), WebForms (VB), MVC (C#) and MVC (VB) are included.

Version 3.15.0 - March 30, 2018

  • Fixed: Document Viewer and Converter was broken ("engine not found" errors) in v3.14.0 due to obfuscation.

  • Fixed: When file with an unspported file extension was set to DocumentViewer.Document property,
    "Object reference not set to an instance of an object." error was shown instead of the supposed explanatory message.

  • Added: Implemented own routing for better CMS compatibility (e.g. SiteFinity, DotNetNuke)
    CMSs usually take over and clear System.Web.Routing.RouteTable so as a result resource and component handlers
    were not accessible (HTTP 404 errors) unless you called DocumentUltimateWebConfiguration.RestoreRoutes method.
    Removed DocumentUltimateWebConfiguration.RestoreRoutes method as it's no longer necessary.

  • Improved: DocumentViewer always supported IE 9 or above but since v3.8 it was not showing warning message when
    IE version was older (only errors were logged in browser console). Now it will notify the user with a message box,
    e.g when run on IE 8 (e.g. "Minimum supported version of Internet Explorer is 9...").

  • Improved: Improved stability for Word-Processing file formats.