Changeset 1499 for trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs
- Timestamp:
- 04/03/09 12:30:43 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs
r1487 r1499 45 45 using HeuristicLab.Hive.Client.Core.JobStorage; 46 46 47 48 47 namespace HeuristicLab.Hive.Client.Core { 49 48 /// <summary> … … 206 205 207 206 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)); 209 209 appDomain.UnhandledException += new UnhandledExceptionEventHandler(appDomain_UnhandledException); 210 210 lock (engines) {
Note: See TracChangeset
for help on using the changeset viewer.