Skip to content

VideoUltimate v1.9.7

Compare
Choose a tag to compare
@GleamTech GleamTech released this 29 Jan 13:14
· 61 commits to master since this release

Version 1.9.7 - January 29, 2019

  • Improved: Support for adding GleamTech assemblies to GAC (Global Assembly Cache), for example using with
    SharePoint On Premise will be possible. In previous versions, the integrated AssemblyResolver failed
    with "Could not load file or assembly 'GleamTech.AssemblyResolver, Version=2.0.0.0, Culture=neutral,
    PublicKeyToken=a05198837413a6d8'" error. This is because AppDomain.AssemblyResolve event is not fired by
    .NET Framework (fusion) when the requesting assembly is installed to GAC. Now with a workaround, the integrated
    AssemblyResolver will be successfully loaded and it will resolve other assemblies.

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)