Click or drag to resize

UtilSetupDebugEnvironmentNoGac Method (String)

Sets up a run environment that does not utilize the GAC. This is only necessary in a develoment environment and should not be used by others.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static void SetupDebugEnvironmentNoGac(
	string installRoot
)

Parameters

installRoot
Type: SystemString
See Also