You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.