[Mono-dev] Cannot load Mono.Security.dll

Sebastien Pouliot sebastien.pouliot at gmail.com
Tue Jul 3 10:55:46 EDT 2007


On Tue, 2007-07-03 at 14:50 +0200, APS wrote:
> Just to know, what is the way to log the path where mono search for assemblies?

As stated earlier "man mono" has a lot of debugging options for you.

You can try this one to see from where mono loads the default (e.g.
mscorlib) assemblies.

MONO_LOG_LEVEL="info" MONO_LOG_MASK="asm" mono youapp.exe


But as Paolo said, do yourself a favor and update to a more recent
version of mono. There's been a lot of changes recently (some may not
have been released yet) in the code you're trying to use.

> 
> At 12.18 03/07/2007, you wrote:
> >On 07/02/07 APS wrote:
> > > # mono --version
> > >
> > > Mono JIT compiler version 1.1.17.2, (C) 2002-2006 Novell, Inc and
> >[...]
> > > Some other hint? :-)
> >
> >No need: the above is enough to tell us you're using an ages old mono:
> >use mono 1.2.4.
> >
> >lupus
> >
> >--
> >-----------------------------------------------------------------
> >lupus at debian.org                                     debian/rules
> >lupus at ximian.com                             Monkeys do it better
> >_______________________________________________
> >Mono-devel-list mailing list
> >Mono-devel-list at lists.ximian.com
> >http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> _______________________________________________
> 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