[Mono-dev] Returning a remote object reference from a remoteprocedure
pablosantosluac
pablosantosluac at terra.es
Fri May 18 01:35:53 EDT 2007
Hi Michael,
Yes, it is possible, but there are some minor problems: if the object is
composed by some sort of array, it must be initialized before invoking the
method. Yes, I know this shouldn't be necessary, but if you do it the system
won't fail... So, remember to initialize all the arrays and it will work...
Maybe the same happens for objects too...
pablo
----- Original Message -----
From: "Michał Ziemski" <rook at roo.k.pl>
To: <mono-devel-list at lists.ximian.com>
Sent: Thursday, May 17, 2007 6:41 PM
Subject: [Mono-dev] Returning a remote object reference from a
remoteprocedure
/* Sorry if this is double post. I've had some problems with the
previous post */
Hi!
I have been toying with remoting on Mono today.
It seems it is not possible for a remote procedure to return any object
reference.
This results in a crash in the client app.
Is this already supported in Mono?
I have posted a bug report (with a small test case) under #81653.
Cheers!
Michał Ziemski
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list