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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 25 06:56:58 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 agorecki at ectrolinux.com.

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

--- shadow/75629	2005-07-25 06:56:58.000000000 -0400
+++ shadow/75629.tmp.27360	2005-07-25 06:56:58.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 75629
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+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:
+
+
+Building VersionString.nm...
+mcs -optimize  -t:module -out:src/VersionString.nm src/VersionString.cs
+Building VersionSelection.nm...
+mcs -optimize -addmodule:src/VersionString.nm -t:module
+-out:src/VersionSelection.nm src/VersionSelection.cs
+
+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 <0x00038> System.Reflection.Module:GetType (System.String className,
+Boolean throwOnError, Boolean ignoreCase)
+--snip--


More information about the mono-bugs mailing list