> I have tracked down the issue. The problem is that
> "load_aot_module_from_cache" calls that calls "mono_dl_open" that calls
> "LoadLibrary" with just a file name without a full path. This will result in
> MS.NET assemblies being loaded when MS.NET is in PATH. I don't know how
> load_aot_module_from_cache is supposed to work but I think this is a bug in
> load_aot_module_from_cache.
>
Hi,
load_aot_module_from_cache is only called if the (unsupported) MONO_AOT_CACHE
env var is set. Also, it calls mono_dl_open () using a full path.
Zoltan
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list