I am not able to pass a image asyncronously in a callback from one machine to onother. Could anyone suggest possible solution. That would be more helpful.
Thanks,
N.Vijay
I am not able to pass a image asyncronously in a callback from one machine to onother. Could anyone suggest possible solution. That would be more helpful.
Thanks,
N.Vijay
Passing image asyncronously from one machine to onother
xyzt
Hi,
Image is Serializable, and inherits MarshalByRefObject. I suspect that the image instance is not surviving the callback. Can you provide a little more detail
Regards
Craig