[Mono-bugs] [Bug 56778][Maj] New - hardcoded path in mono 0.31

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 10 Apr 2004 05:41:09 -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 bart@perfectpc.be.

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

--- shadow/56778	2004-04-10 05:41:09.000000000 -0400
+++ shadow/56778.tmp.25446	2004-04-10 05:41:09.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 56778
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: Windows XP
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bart@perfectpc.be               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: hardcoded path in mono 0.31
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Mono looks for dll install path that does not exist and has never been
+provided - I presume a hardcoded path
+
+Steps to reproduce the problem:
+1. compile a cs app. (no problems - compiles fine)
+2. run the app: mono [appname]
+3. error occurs, see below
+
+Actual Results:
+The assembly mscorlib.dll was not found or could not be loaded. It should
+have been installed in the 'c:/b/install/lib' directory
+
+Expected Results:
+applications should have run
+
+How often does this happen? 
+every time I want to execute an application (mono 0.31)
+
+Additional Information: