public bool CreateAppDomain() { appDomain = new AppDomainDetails(); bool check = appDomain.LoadAppDomain(dbInteraction.GetAssemblySearchPath()); if (checkCustomConfig) { appDomain.LoadAppDomain(txtCustomConfigAssemblyPath.Text.Trim()); } return(check); }
public bool CreateAppDomain() { appDomain = new AppDomainDetails(); bool check = appDomain.LoadAppDomain(dbInteraction.GetAssemblySearchPath()); if (checkCustomConfig) appDomain.LoadAppDomain(txtCustomConfigAssemblyPath.Text.Trim()); return check; }