[Mono-bugs] [Bug 40853][Wis] Changed - Bug in mcs '/r:' handling
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 9 Apr 2003 16:32:57 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=40853
--- shadow/40853 Mon Apr 7 05:46:20 2003
+++ shadow/40853.tmp.32363 Wed Apr 9 16:32:57 2003
@@ -2,14 +2,14 @@
Product: Mono/MCS
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Normal
+Severity: Unknown
+Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: piersh@friskit.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -38,7 +38,20 @@
I believe that mcs should include the assemblies referenced on the command
line in its list of places to look when resolving those assemblies.
------- Additional Comments From piersh@friskit.com 2003-04-07 05:46 -------
Created an attachment (id=3948)
test files
+
+
+------- Additional Comments From miguel@ximian.com 2003-04-09 16:32 -------
+Resetting priority.
+
+I do not believe that I can fix this problem currently.
+
+The situation is as follows:
+
+ MCS can specify a location to load an assembly from, but it has no
+visibility of the dependencies, until the runtime has successfully
+loaded the assembly. The only possible fix in this case is to use a
+MONO_PATH variable. Or document this issue as a bug