[Mono-devel-list] Assembly.LoadFile

xiii29 xiii29 at free.fr
Thu Apr 15 15:31:18 EDT 2004


Hi,

I've got a question about LoadFile(string pathFile).

On Microsoft .Net, if I've try to load an assembly which doesn't have 
all its dependecies present (in GAC or Folder ...), there is no trouble 
using Assembly.LoadFile(string pathFile). There is a result (Assembly 
instance) on which I'm able to work (check its dependencies for  example 
...).

On Mono, if I try the same sample of code, I'm not able to load the 
assembly. I have to look for its dependencies and make it accessible 
(for the moment) in the folder.

As the goal of my small application is to check if dependencies are 
accessible ... (and if not which one etc ...)

If you got a solution ...

Thanks for everything !

Thierry





More information about the Mono-devel-list mailing list