X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fappdomain.c;h=f92cc949b6ee5160c1931415f97aa874881eb5bf;hb=a19175129f4f34c53a73e26d949cf89ade683a03;hp=cfc917660e2034ac87d8e2c5f742248fabc86a6a;hpb=c6de69eb21a14b647fa2d1aab33b9d26d1a1b6a7;p=mono.git diff --git a/mono/metadata/appdomain.c b/mono/metadata/appdomain.c index cfc917660e2..f92cc949b6e 100644 --- a/mono/metadata/appdomain.c +++ b/mono/metadata/appdomain.c @@ -39,6 +39,7 @@ #include #include "mono/metadata/metadata-internals.h" #include +#include #include #include #include @@ -2053,7 +2054,7 @@ ves_icall_System_Reflection_Assembly_LoadFrom (MonoStringHandle fname, MonoBoole if (!is_ok (error)) goto leave; - MonoAssembly *ass = mono_assembly_open_full (filename, &status, refOnly); + MonoAssembly *ass = mono_assembly_open_a_lot (filename, &status, refOnly, TRUE); if (!ass) { if (status == MONO_IMAGE_IMAGE_INVALID)