[Mono-devel-list] Assembly.LoadFile

Jackson Harper jackson at ximian.com
Thu Apr 15 16:10:33 EDT 2004


Hello,

	By dependancies do you mean referenced assemblies? I'm aware of some
problems with assembly loading, but could use a little more information
on your problem.

Thanks!
Jackson


On Thu, 2004-04-15 at 12:31, xiii29 wrote:
> 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
> 
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list