API Help
Eplan.EplApi.Starter Namespace / AssemblyResolver Class / SetBinPaths Method
the path where all Eplan.EplApi.*.dll are in. (And the W3Sharedu.dll)
the bin path of the variant w3u.exe.

SetBinPaths Method
Set the bin paths.
Syntax
public void SetBinPaths( 
   string strPlatformBinPath,
   string strEplanBinPath
)

Parameters

strPlatformBinPath
the path where all Eplan.EplApi.*.dll are in. (And the W3Sharedu.dll)
strEplanBinPath
the bin path of the variant w3u.exe.
Exceptions
ExceptionDescription
Thrown when directories cannot be found.
Thrown when path is null.
Thrown when path contains invalid characters such as ", <, >, or |.
Thrown when the correct variant cannot found.
Thrown when no Variant path can be found (with W3u.exe and install.xml)
See Also