[Mono-devel-list] Referencing assemblies on windows

Rafael Teixeira monoman at gmail.com
Wed Aug 4 15:20:57 EDT 2004


"make install" updates the GAC. Use it, unless you think the code may
be too broken.

Also see if the MONO_PATH environment variable has some "." entry. If
it is missing it will not check the current directory, but use man
mono to see in which order assemblies are searched.

Fun,

-- 
Rafael "Monoman" Teixeira
---------------------------------------
Cognition is not a representation of an objectively existing world
but is a bringing forth of a world in the process of living.
-- Fritjof Capra, citing 
   Humberto Maturana and Francisco Varella's "Santiago Theory of Cognition"

----- Original Message -----
From: rob.tillie at student.tul.edu <rob.tillie at student.tul.edu>
Date: Tue, 3 Aug 2004 10:52:38 +0200
Subject: [Mono-devel-list] Referencing assemblies on windows
To: mono-devel-list at lists.ximian.com




Hey all,

 

I rebuild MS.VB.dll(for fixing a bug) and put it in the current
directory, but mono keeps referencing the gac version of this dll
(while MS.NET uses my dll). Furthermore, if I remove the GAC versions,
it can't find it at all. How can I add the current dir to the assembly
search path?

 

Greetz,

-- Rob.



More information about the Mono-devel-list mailing list