[Mono-devel-list] Problem attaching to remoting server
John Bailo
jabailo at texeme.com
Mon Jun 27 11:09:04 EDT 2005
When I try to invoke my client against a remoted object, it throws this error
(the code works successfully on XP).
jbailo at texeme:~/Projects/ChatClient> mono ChatClient.exe john
Unhandled Exception: System.Reflection.TargetInvocationException: Exception
has been thrown by the target of an invocation.
Server stack trace:
Exception rethrown at [0]:
---> System.ArgumentException: Couldn't bind to method
'SubmissionCallback'.--- End of inner exception stack trace ---
in <0x006d1> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke
(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception
exc, System.Object[] out_args)
Here is a complete description of the code I'm trying to run in mono:
http://support.microsoft.com/default.aspx?scid=kb;en-us;312114
More information about the Mono-devel-list
mailing list