[MonoDevelop] .dll lookup?

Lluis Sanchez Gual slluis.devel at gmail.com
Mon Mar 15 06:14:49 EDT 2010


El ds 13 de 03 de 2010 a les 16:23 -0600, en/na Vasili I. Galchin va
escriure:
> Hello,
> 
>     I have been rereading some of
> http://monodevelop.com/Developers/Articles. I don't what environment
> variable that I have to set in order to expose all .dll's, e.g.
> FSharp.Core.dll can't be found programmatically (of course I know
> where it is).

It depends on what you mean by 'programmatically'. If you want
FSharp.Core.dll to be found when Mono runs the application that is using
it, then that dll must be installed in the GAC.

If you want FSharp.Core.dll to be found by MonoDevelop, and shown in the
Add References dialog, then the dll must be referenced in a .pc file.
See /usr/lib/pkgconfig/mono-addins.pc for an example of how it should
look like.

Lluis.




More information about the Monodevelop-list mailing list