[Mono-list] Installing assemblies

Paolo Molaro lupus@ximian.com
Thu, 15 May 2003 20:06:19 +0200


On 05/13/03 Adam W Root wrote:
> I'm working with the MySql ADO.NET assemblies from sourceforge.net. I
> placed them in my /usr/lib, as that is where the other assemblies seem
> to be. There is obviously some sort of registration I need to do, cause
> mcs isn't finding the assembly. But what do I need to do?

Did you use mcs /ref:assemblyname ?
mcs will look in the directory where corlib was found, probably your
/usr/lib and in any directory specified with the -L command line option.
The runtime looks in the default dire (where corlib is) and in the
directories specified in the MONO_PATH env var.

lupus

-- 
-----------------------------------------------------------------
lupus@debian.org                                     debian/rules
lupus@ximian.com                             Monkeys do it better