Free cookie consent management tool by TermsFeed Policy Generator

Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#658 closed defect (done)

For the execution of jobs assemblies have to be loaded dynamically in the correct order

Reported by: gkronber Owned by: gkronber
Priority: medium Milestone: HeuristicLab 3.3.0
Component: Hive.Client.Core Version: 3.2
Keywords: Cc:

Description

All dependencies of a plugin have to be loaded first.

Change History (5)

comment:1 Changed 15 years ago by gkronber

  • Status changed from new to assigned

comment:2 Changed 15 years ago by gkronber

Loading assemblies in correct order is not necessary, however, even if all assemblies have been loaded in the AppDomain it is still necessary to handle the AssemblyResolveEvent and return already loaded assemblies. This has been implemented with r1990.

r1990:

  • Refactoring: renamed method LoadPlugins to LoadAssemblies in class Runner.
  • Added cache of loaded assemblies in the Runner.
  • Added an AssemblyResolveEvent that returns already loaded assemblies from the cache.

comment:3 Changed 15 years ago by gkronber

  • Resolution set to fixed
  • Status changed from assigned to closed

Verified that this works for kgrading now.

comment:4 Changed 14 years ago by swagner

  • Milestone changed from Iteration 4 to Current

Milestone Iteration 4 deleted

comment:11 Changed 14 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.