Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/03/09 12:30:43 (15 years ago)
Author:
kgrading
Message:

added the recursive dependency resolvement and added the SequentialEngien Dependency to the Hive.Engine (#570)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs

    r1487 r1499  
    4545using HeuristicLab.Hive.Client.Core.JobStorage;
    4646
    47 
    4847namespace HeuristicLab.Hive.Client.Core {
    4948  /// <summary>
     
    206205
    207206        PluginManager.Manager.Initialize();
    208         AppDomain appDomain = PluginManager.Manager.CreateAndInitAppDomainWithSandbox(e.Result.Job.Id.ToString(), sandboxed, typeof(TestJob));
     207       
     208        AppDomain appDomain = PluginManager.Manager.CreateAndInitAppDomainWithSandbox(e.Result.Job.Id.ToString(), sandboxed, typeof(HeuristicLab.Hive.Engine.HiveEngine));
    209209        appDomain.UnhandledException += new UnhandledExceptionEventHandler(appDomain_UnhandledException);
    210210        lock (engines) {                   
Note: See TracChangeset for help on using the changeset viewer.