[Mono-list] Re: Bug in Assembly.Load()?
J. Perkins
jason@379.com
27 Nov 2002 09:02:45 -0500
On Tue, 2002-11-26 at 13:15, Stefan Matthias Aust wrote:
> J. Perkins wrote:
> > Okay I think I see the issue now. On windows, if I have App.exe and
> > Plugin.dll in the same directory, and I call Assembly.Load("Plugin"),
> > it will succeed.
> Don't think so. See my posting "cannot load dll...". Setting MONO_PATH
> to "." however helps on Windows/Cygwin for mono 0.16.
I should have been more specific: on Windows/.NET, Assembly.Load() will
look in the application directory. I did not try Windows/Mono, but on
Linux/Mono the plugin library must be located on MONO_PATH.
Jason
379