- FileVista v7.11.1 Release Notes- FileUltimate v5.11.1 Release Notes- DocumentUltimate v3.2.6 Release Notes- VideoUltimate v1.5.1 Release Notes
This release includes the following changes:- Added: Azure Blob File System. You can now use an Azure Blob container like a regular folder on disk. “Choose Location” dialog now allows you to add a Azure Blob container (like Amazon S3 Bucket) when creating a RootFolder. Info on properties: - Path: Leave path empty to connect to the root of the container. For subfolders, path should be specified as a relative path without leading slash (eg. “some/folder”) - Container...
This release includes the following changes:- Added: Azure Blob File System. You can now use an Azure Blob container like a regular folder on disk. To create a root folder pointing to an Azure Blob container, you set the Location property like this:rootFolder.Location = new AzureBlobLocation { //Leave path empty to connect to the root of the container. //For subfolders, path should be specified as a relative path //without leading slash (eg. "some/folder") Path = "", //Get...
This release includes the following changes:- Fixed: DocumentViewer will show “permission” error instead of “Document cache info not found” as expected when it does not really have access to network share that is used as a common disk cache folder. This will help to understand easily when the IIS Application Pool account on ServerB cannot access the network share that is hosted on SeverA. - Added: Bundled Microsoft.Web.RedisSessionStateProvider so that you can easily enable Azure...
This release includes the following changes:- Fixed: When VideoFrameReader or VideoThumbnailer classes were instantiated in multi threads, occasionally (on app start) a deadlock (infinite loop) could occur. This happened due to a race condition. - Fixed: When you referenced GleamTech DLLs and you populated all types in AppDomain like this:var allTypes = AppDomain.CurrentDomain.GetAssemblies() .SelectMany(a => a.GetTypes()) .Where(t => t.IsPublic); You would receive this...
This release includes the following changes:- Added: New “Item check boxes” mode for convenient multiple selection of files/folder especially on touch devices. The option can be toggled on “View” tab of ribbon. For tablet and phone devices this option will be turned on by default because drag-selecting is hard (long press and scroll) on these devices (unlike desktop where mouse is available). So check-selecting is better for these devices. Check-selecting works with all (6) view...
This release includes the following changes:- Fixed: When ASP.NET impersonation was used via <identity impersonate=“true” … /> tag in web.config, when accessing temporary folder impersonation was being reverted “just in case”. This will not be done anymore because it cause access errors in some cases.More info about ASP.NET impersonation: Actually the user in <identity> tag already has to have permissions on “Temporary ASP.NET Files” because ASP.NET runtime throws an error on startup...
This release includes the following changes:- Fixed: When ASP.NET impersonation was used via <identity impersonate=“true” … /> tag in web.config, when accessing temporary folder impersonation was being reverted “just in case”. This will not be done anymore because it cause access errors in some cases. More info about ASP.NET impersonation: Actually the user in <identity> tag already has to have permissions on “Temporary ASP.NET Files” because ASP.NET runtime throws an error on...
This release includes the following changes:- Added: Brought back DocumentSource for convenient loading of documents from a stream or byte array (also via callbacks that return these). New DocumentViewer.DocumentSource property can be used as an alternative to DocumentViewer.Document property.//Load document from a stream:documentViewer.DocumentSource = new DocumentSource( new DocumentInfo(uniqueId, fileName), new StreamResult(stream) ); //Load document from a byte...
This release includes the following changes:- Fixed: When a license key was set and debugging in Visual Studio on Windows 10 Creators Update, the opened browser hanged on forever. The issue only happened on .NET 4.7 framework which came with Windows 10 Creators Update. - Improved: Document Viewer: - Fixed: Viewing TIFF files was broken with this error: Object reference not set to an instance of an object. - Fixed: When viewing image formats, the generated PDF files in cache...
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.