[Mono-bugs] [Bug 75629][Nor] Changed - System.Reflection.Assembly:InternalGetType: Unhandled NullReferenceException

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 25 09:53:30 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 vargaz at gmail.com.

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

--- shadow/75629	2005-07-25 06:56:58.000000000 -0400
+++ shadow/75629.tmp.28892	2005-07-25 09:53:30.000000000 -0400
@@ -1,22 +1,21 @@
 Bug#: 75629
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: agorecki at ectrolinux.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: System.Reflection.Assembly:InternalGetType: Unhandled NullReferenceException
 
 When compiling a module that references another module using -addmodule, a
 NullReferenceException is thrown. The results of a test-case are below:
 
 
@@ -31,6 +30,12 @@
 in <0x00000> <unknown method>
 in (wrapper managed-to-native) System.Reflection.Assembly:InternalGetType
 (System.Reflection.Module,string,bool,bool)
 in <0x00038> System.Reflection.Module:GetType (System.String className,
 Boolean throwOnError, Boolean ignoreCase)
 --snip--
+
+------- Additional Comments From vargaz at gmail.com  2005-07-25 09:53 -------
+This is supposed to work and we have tests for this in our test suite.
+Could you create a small testcase from your C# files which demonstrate
+this issue ?
+


More information about the mono-bugs mailing list