[Mono-bugs] [Bug 47295][Nor] Changed - Marshal.StructureToPtr fails with dynamically-created MulticastDelegate subclasses
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Aug 2003 03:23:11 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47295
--- shadow/47295 2003-08-14 03:22:19.000000000 -0400
+++ shadow/47295.tmp.22608 2003-08-14 03:23:11.000000000 -0400
@@ -155,6 +155,11 @@
------- Additional Comments From gonzalo@ximian.com 2003-08-14 03:22 -------
The following clueless patch makes thjis particular case work. The
issue is that method data isnot being filed up in the image for
dynamic assemblies.
+
+------- Additional Comments From gonzalo@ximian.com 2003-08-14 03:23 -------
+Created an attachment (id=5119)
+clueless patch that fixes this particular case.
+