Remoting Callback problem
The .net Remoting example of your book has a problem,
obj.Status += StatusEvent (sink.StatusHandler);
when the vsnet runs to it ,it shows :
²»ÃÃÃÃÃà Ãà System.DelegateSerializationHolder ºÃ´ÃÃÃÃ
ÃÃúµÃÃà ÃÃ(ÃýÃç System.DelegateSerializationHolderÃôð²Ã« ¼¶±ðÃñ»·´ÃòÃû¯"
Its genneral idea maybe is that delegate can't be deserialiaed:
how can us solve is ?
Help me,Thanks.
|