[Mono-bugs] [Bug 60442][Maj] Changed - PrivateBinPath bug again...

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 27 Jun 2004 06:49:55 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=60442

--- shadow/60442	2004-06-26 05:58:03.000000000 -0400
+++ shadow/60442.tmp.32275	2004-06-27 06:49:55.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 60442
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: Linux skif 2.4.25 #2 SMP Fri Apr 23 14:03:00 MSD 2004 i686 athlon i386 GNU/Linux
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: vguzev@yandex.ru               
 QAContact: mono-bugs@ximian.com
@@ -555,6 +555,15 @@
 from "any specified" directory on the disk, not only for those that 
 are under ApplicationBase? Is it possible? I think there should be 
 some way to do such kind of things...
 I really need the possibility of searching assemblies in a certain 
 directory...
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-06-27 06:49 -------
+Under mono, you can add directories to MONO_PATH environment variable.
+Also if you not using Windows, you can create symbolic links to
+directories under ApplicationBase that point to directories outside of
+ApplicationBase.
+
+I don't know of any way to do this under MS that is not 'manual' (ie,
+you know where the assemblies are and load them with LoadFrom).