[Mono-bugs] [Bug 57602][Wis] Changed - Mono major assembly loader issues

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 26 Apr 2004 09:28:50 -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 bmaurer@users.sf.net.

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

--- shadow/57602	2004-04-26 09:26:20.000000000 -0400
+++ shadow/57602.tmp.30425	2004-04-26 09:28:50.000000000 -0400
@@ -10,13 +10,12 @@
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Mono major assembly loader issues
 BugsThisDependsOn: 57612
 
 I've stumbed upon the following major differences between the MS.NET and 
 Mono assembly loader :
 
@@ -139,6 +138,12 @@
 a.dll which references a type in b.dll, if b.dll is not loaded, we 
 would have to search for it. So that issue is probably a WONTFIX. You 
 can ask Miguel though...
 
 The configuration issue looks alot easier to fix, why dont you file 
 that as a sperate bug report.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-04-26 09:28 -------
+Ok, you already did a seperate bug for the config issue.
+
+Miguel, can you comment on the compiler issue? Is there any way 
+(short of our own S.R. API) that we could fix this?