mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new
libOMV.
This commit is contained in:
@@ -30,6 +30,7 @@ using System.IO;
|
||||
using System.Threading;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Security;
|
||||
using System.Security.Policy;
|
||||
using System.Reflection;
|
||||
using System.Globalization;
|
||||
@@ -540,7 +541,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
AppDomain.CreateDomain(
|
||||
m_Scene.RegionInfo.RegionID.ToString(),
|
||||
evidence, appSetup);
|
||||
|
||||
|
||||
m_AppDomains[appDomain].AssemblyResolve +=
|
||||
new ResolveEventHandler(
|
||||
AssemblyResolver.OnAssemblyResolve);
|
||||
|
||||
Reference in New Issue
Block a user