[Mono-bugs] [Bug 438466] New: Calling Type. InvokeMember with a Transparent Proxy argument fails.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 23 15:15:21 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=438466
Summary: Calling Type.InvokeMember with a Transparent Proxy
argument fails.
Product: Mono: Runtime
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: remoting
AssignedTo: lluis at novell.com
ReportedBy: billholmes54 at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=247608)
--> (https://bugzilla.novell.com/attachment.cgi?id=247608)
File to reproduce.
This the a bug with remoting or the default binder (or both.)
Compile and run the attached file.
gmcs test.cs
mono test.exe
Expected Results :
71
Actual Results :
Unhandled Exception: System.MissingMethodException: The best match for method
CallMeMethod has some invalid parameter.
at System.MonoType.InvokeMember (System.String name, BindingFlags invokeAttr,
System.Reflection.Binder binder, System.Object target, System.Object[] args,
System.Reflection.ParameterModifier[] modifiers,
System.Globalization.CultureInfo culture, System.String[] namedParameters)
[0x00000]
at System.Type.InvokeMember (System.String name, BindingFlags invokeAttr,
System.Reflection.Binder binder, System.Object target, System.Object[] args)
[0x00000]
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list