Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/21/10 16:34:55 (15 years ago)
Author:
kgrading
Message:

various improvements (#828) concerning the stability of the server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Sandboxing/SandboxManager.cs

    r2790 r2846  
    9393      PluginDescription[] plugins = ApplicationManager.Manager.Plugins.Cast<PluginDescription>().ToArray();
    9494      applicationManager.PrepareApplicationDomain(apps, plugins);
    95       if (files != null && files.Count() > 0)
    96         applicationManager.LoadAssemblies(files);
     95      //if (files != null && files.Count() > 0)
     96        //applicationManager.LoadAssemblies(files);
    9797      return applicationDomain;
    9898    }
Note: See TracChangeset for help on using the changeset viewer.