C# (CSharp) NavHelper.AssemblyResolver Namespace

Classes

Name Description
AssemblyResolver Helper class for Microsoft Dynamics NAV that allows C/AL to receive the AssemblyResolve event and process it at runtime. The class subscribes to the AssemblyResolve event of the current application domain at startup, and upon disposal it unsubscribes from events. The class uses a common assembly repository that will be created once per service tier instance runtime, but each session will be able to resolve an assembly independently. Assemblies resolved in one session will be available to other sessions.