[Mono-dev] Telling mcs/monodevelop where to find a DLL

Rafael Teixeira monoman at gmail.com
Thu Jan 22 19:48:46 UTC 2015


You should not gac install dependencies, probably it is better to have a
nuget package of it referenced, that will download at reference time a
local copy of some specific version, but I could find one for CpGetOpt at
Nuget Gallery.

Also there are many alternative command line options processing libraries,
two of them already available in Mono (Mono.Options callback-based, and
Mono.GetOptions attributes-based). See also
http://stackoverflow.com/questions/172443/getopt-library-for-c-sharp.

I packaged my evolution of Mono.GetOptions, which I created more than a
decade ago, as this nuget https://www.nuget.org/packages/Commons.GetOptions/

Rafael Teixeira
O..:.)oooo

On Thu, Jan 22, 2015 at 12:39 PM, sdeerwester <scott.deerwester at gmail.com>
wrote:

> As I mentioned in a  StackOverflow question
> <
> http://stackoverflow.com/questions/28073850/how-do-i-tell-mono-where-to-find-a-library
> >
> , I'm having trouble telling mono where to find a DLL (Gnu.Getopt, from
> here <http://www.codeproject.com/Articles/26502/GetOpt-for-NET>  ) that I
> registered using gacutil. gacutil -i works fine, and shows the newly
> registered DLL with gacutil -l. But neither mcs nor monodevelop sees it.
> It's not in the list of available registrations in monodevelop. I also
> tried
> manually adding a symbolic link in  /usr/lib/mono/4.5, but still no joy.
> Any
> ideas?
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/Telling-mcs-monodevelop-where-to-find-a-DLL-tp4665310.html
> Sent from the Mono - Dev mailing list archive at Nabble.com.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20150122/adf57cbf/attachment.html>


More information about the Mono-devel-list mailing list