[Mono-bugs] [Bug 75502][Min] New - monop is unusable for types in 2.0 System.dll referencing interfaces from 2.0 mscorlib

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jul 7 09:45:00 EDT 2005


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 nazgul at omega.pl.

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

--- shadow/75502	2005-07-07 09:45:00.000000000 -0400
+++ shadow/75502.tmp.4749	2005-07-07 09:45:00.000000000 -0400
@@ -0,0 +1,53 @@
+Bug#: 75502
+Product: Mono: Tools
+Version: 1.0
+OS: 
+OS Details: mono svn
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: monop
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: nazgul at omega.pl               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: monop is unusable for types in 2.0 System.dll referencing interfaces from 2.0 mscorlib
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+First of all, monop seems to always default to 1.0 assemblies. I can use 
+monop -r /usr/lib/mono/2.0/mscorlib.dll, but is doesn't work for System.dll
+
+Steps to reproduce the problem:
+1. monop -r /usr/lib/mono/2.0/System.dll System.Collections.Generic.Stack\`1
+
+
+Actual Results:
+** (/usr/lib/mono/1.0/monop.exe:13964): WARNING **: The class
+System.Collections.Generic.ICollection`1 could not be loaded, used in
+/usr/lib/mono/2.0/System.dll (token 0x01000051)
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+in <0x00000> <unknown method>
+in (wrapper managed-to-native) System.Reflection.Assembly:InternalGetType
+(System.Reflection.Module,string,bool,bool)
+in <0x00029> System.Reflection.Assembly:GetType (System.String name,
+Boolean throwOnError, Boolean ignoreCase)
+in <0x00041> MonoP:GetType (System.String tname, Boolean ignoreCase)
+in <0x0000c> MonoP:GetType (System.String tname)
+in <0x001c1> MonoP:Main (System.String[] args)
+
+
+Expected Results:
+A pretty class stub printed
+
+How often does this happen? 
+Always. It also happen when I'm in /usr/lib/mono/2.0 directory or when I
+type -r mscorlib.dll -r System.dll
+
+Additional Information:


More information about the mono-bugs mailing list