DocumentUltimate v7.0.10
Version 7.0.10 - August 6, 2024
-
Fixed: DocumentViewer will render a placeholder tag along with the script tag.
We need a tag other than script tag for the component even if we render DOM on the client side.
For example, Kendo UI Window, removes/moves script tags from content html so component is rendered to wrong place
and not inside the window.Kendo UI Window has this code which caused the issue:
// remove script blocks to prevent double-execution
element.find("script").filter(executableScript).remove(); -
Fixed: Attempt to fix intermittent UnauthorizedAccessException in DocumentCache for .lock files.
This issue is hard to replicate, but in our tests we didn't the observe it again after some locking fixes.
Let us know if you still get this error intermittently:
Access to the path "[DocumentCache]:\lock-1hshdfqw44gb5w44gb5~lpnqmy.json.lock" is denied due to insufficient permissions.
Please make sure the current windows identity "computer\user" has the required permissions on the path.
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+