[Mono-bugs] [Bug 58844][Nor] Changed - [PATCH] InvokeMember with 'InvokeMethod | GetField' fails to find field
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 8 Jul 2004 05:29:29 -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 timsuth@ihug.co.nz.
http://bugzilla.ximian.com/show_bug.cgi?id=58844
--- shadow/58844 2004-07-08 05:23:13.000000000 -0400
+++ shadow/58844.tmp.7493 2004-07-08 05:29:29.000000000 -0400
@@ -72,6 +72,22 @@
ChangeLog diff as well.
------- Additional Comments From lupus@ximian.com 2004-07-08 05:23 -------
Looks fine, please commit to both HEAD and the mono-1-0 branch (but
add a space between if and the open paren).
+
+------- Additional Comments From timsuth@ihug.co.nz 2004-07-08 05:29 -------
+Miguel -
+
+If you change the second line from
+ using B = BindingFlags;
+to
+ using B = System.Reflection.BindingFlags;
+
+then the sample works on
+
+Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
+for Microsoft (R) .NET Framework version 1.1.4322
+
+(This is the compiler/runtime I downloaded from Microsoft's website
+this afternoon.)