[MonoDevelop] Missing Mono.Security

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Aug 19 12:28:07 EDT 2010


On Wed, Aug 18, 2010 at 11:17 PM, mh <hayesm2 at gmail.com> wrote:
> I have installed MonoDevel v2.4 and am unable to find the mono namespace
> libs.  The only mono libs in the gac are Mono.Cairo v 1.0 and v 2.0 and
> Mono.Posix.

The GAC is not used for compilation. Assemblies for compilation are
explicitly defined in the framework definition in MD itself, or
discovered via pkg-config. I don't know whether other Mono assemblies
should be included in the framework definition list or not.

> Can someone tell me where I can get the rest of the Mono namespace libs.  I
> am specifically looking for Mono.Security.Protocol.Tls and its related
> dependencies.

Look in the Mono framework directory, and reference them directly.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list