[Mono-bugs] [Bug 82451][Wis] New - BaseAssemblyResolver doesn't work with 2.1 (or later) frameworks

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 15 14:05:35 EDT 2007


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 sebastien at ximian.com.

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

--- shadow/82451	2007-08-15 14:05:35.000000000 -0400
+++ shadow/82451.tmp.22112	2007-08-15 14:05:35.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 82451
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Cecil
+AssignedTo: mono at evain.net                            
+ReportedBy: sebastien at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: BaseAssemblyResolver doesn't work with 2.1 (or later) frameworks
+
+Description of Problem:
+
+The BaseAssemblyResolver class has code to find mscorlib for 1.x and 2.0
+but it doesn't work for 2.1 (Silverlight) and 3.0.
+
+I'm attaching a patch. However the current code is limited to finding
+mscorlib, so anything else (e.g. a reference to 2.1 System.dll) will return
+the current (executing) version of System.dll (and not the 2.1 being
+referenced).


More information about the mono-bugs mailing list