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 Redis Sessions. Just add this setting to your application’s web.config, you don’t need to install additional Nuget packages:
<system.web> . . . <sessionState mode="Custom" customProvider="RedisSessionStateProvider"> <providers> <add name="RedisSessionStateProvider" type="Microsoft.Web.Redis.RedisSessionStateProvider, Microsoft.Web.RedisSessionStateProvider.Internal, Version=2.2.5.0, Culture=neutral, PublicKeyToken=a6f3cafa178e6038" connectionString="myConnectionString" /> </providers> </sessionState> . . . </system.web>
Get your connection string from your Azure Portal (Redis Cache -> Access Keys) Replace “myConnectionString” with the value you copy from “Primary connection string (StackExchange.Redis)”
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 error:
Method 'Clone' in type '_hB' from assembly 'Licensing, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a6f3cafa178e6038' does not have an implementation.
Licensing.dll is fixed to prevent this error.
For the full version history of DocumentUltimate, please see here.
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.