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)

Location:
trunk/sources/HeuristicLab.Hive.Client.Core
Files:
2 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) {                   
  • trunk/sources/HeuristicLab.Hive.Client.Core/HeuristicLab.Hive.Client.Core.csproj

    r1474 r1499  
    143143      <Name>HeuristicLab.Hive.Contracts</Name>
    144144    </ProjectReference>
     145    <ProjectReference Include="..\HeuristicLab.Hive.Engine\HeuristicLab.Hive.Engine.csproj">
     146      <Project>{C8FEDAC1-0326-4293-B585-F0FEDDEDFC11}</Project>
     147      <Name>HeuristicLab.Hive.Engine</Name>
     148    </ProjectReference>
    145149    <ProjectReference Include="..\HeuristicLab.Hive.JobBase\HeuristicLab.Hive.JobBase.csproj">
    146150      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
Note: See TracChangeset for help on using the changeset viewer.