[Mono-bugs] [Bug 78038][Maj] New - Dynamic compililation of multiple assemblies error

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Apr 7 01:20:21 EDT 2006


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 mikem at emeraldshield.com.

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

--- shadow/78038	2006-04-07 01:20:21.000000000 -0400
+++ shadow/78038.tmp.10875	2006-04-07 01:20:21.000000000 -0400
@@ -0,0 +1,54 @@
+Bug#: 78038
+Product: Mono: Compilers
+Version: 1.1
+OS: other
+OS Details: FreeBSD 6.1 Mono 1.1.13.6
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: mikem at emeraldshield.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Dynamic compililation of multiple assemblies error
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+Dynamically compiling more than one assembly into memory causes all the 
+assemblies after the first to error under Mono.
+
+Steps to reproduce the problem:
+1. Dynamically compile more than one assembly into memory
+
+Actual Results:
+
+Line 0 col 0: -reference requires an argument
+
+Line 0 col 0: -reference requires an argument
+
+test1 Works
+System.NullReferenceException: A null value was found where an object 
+instance was required.
+in <0x002cc> ScriptEngine.Class1:Main (System.String[] args)
+
+Expected Results:
+
+test1 Works
+test2 Works
+test3 Works
+
+How often does this happen? 
+
+Always.
+
+Additional Information:
+
+Proof of error solution files can be downloaded at:
+
+http://update.emeraldshield.com/scriptenginetest.zip


More information about the mono-bugs mailing list