AssemblyResolverSetupLocalFolderResolution Method

Set up local folder resolution, i.e. if the assembly exist in the same folder as this assembly, try use that, regardless of its version number.

This method can be called multiple times, any second calls just have no effect.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static void SetupLocalFolderResolution()

See Also