[Mono-bugs] [Bug 50085][Maj] New - Can't run EXEs odd duncan dependency?

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jan 2004 11:37:54 -0500 (EST)


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 vargaz@freemail.hu.

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

--- shadow/50085	2004-01-09 11:37:54.000000000 -0500
+++ shadow/50085.tmp.10816	2004-01-09 11:37:54.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 50085
+Product: Mono/Runtime
+Version: unspecified
+OS: unknown
+OS Details: Windows 2000 SP4
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Major
+Component: misc
+AssignedTo: duncan@ximian.com                            
+ReportedBy: Mark_Kuschnir@yahoo.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Can't run EXEs odd duncan dependency?
+
+Mono 0.28 with PATH
+
+C:\Program Files\Mono-0.28;C:\Program Files\Mono-0.28\bin;C:\Program 
+Files\Mono-0.28\lib
+
+Compile test DLL. Compile test progs. Attempting to run them using 
+mono.exe produces the very useful error message:
+
+The assembly corlib.dll was not found or could not be loaded.
+It should have been installed in the `C:/cygwin/home/duncan/install/lib' 
+directory.
+
+Of course corlib.dll is present in the lib directory. I don't understand 
+the dependency. A search of the tree for "duncan" showed that a lot of 
+files had this string!
+
+------- Additional Comments From vargaz@freemail.hu  2003-10-24 13:25 -------
+A workaround is to set MONO_PATH to the lib directory:
+
+export MONO_PATH='C:\Program Files\Mono-0.28;C:\Program
+Files\Mono-0.28\lib'
+
+
+------- Additional Comments From duncan@ximian.com  2003-10-24 23:26 -------
+Assigning this to me so I remember to fix this in the next release.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-03 22:20 -------
+Duncan, can we close this now?
+
+------- Additional Comments From duncan@ximian.com  2003-12-04 20:15 -------
+No. We haven't made a Windows release for Mono 0.29 yet.
+
+------- Additional Comments From vargaz@freemail.hu  2004-01-09 11:37 -------
+Now, its 'e:/mono029/lib' instead.