[Mono-bugs] [Bug 58291][Maj] New - returning DynamicAssembly from TypeResolve handler doesn't work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 10 May 2004 13:49:14 -0400 (EDT)


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 shaver@off.net.

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

--- shadow/58291	2004-05-10 13:49:14.000000000 -0400
+++ shadow/58291.tmp.5686	2004-05-10 13:49:14.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 58291
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: shaver@off.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: returning DynamicAssembly from TypeResolve handler doesn't work
+
+(I wish I had something more meaningful than "doesn't work", but I'm
+working on it.)
+
+I'm using S.R.E to create an assembly and type in response to an
+AppDomain.TypeResolve event, and while it works with .NET, Mono seems to
+call the TypeResolve handler twice, and then bail on a NULL object
+reference.  I'll attach a (not-entirely-minimal) test case shortly.