[MonoDevelop] .dll lookup?

Vasili I. Galchin vigalchin at gmail.com
Mon Mar 15 18:14:16 EDT 2010


Hello Lluis,

        I tried "gacutil -i FSharp.dll" to populate the GAC. It
complained about permissions. I assume this is a public/private key
thing?

Vasili



On 3/15/10, Lluis Sanchez Gual <slluis.devel at gmail.com> wrote:
> 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