Remoting Problem
I am using remoting and it seems to go well until i try to register the event in the client code like:
m_obj.evtNewUser += new chatObject.Chat.NewUserHandler(m_obj_NewUserAdded);
i get the following error:
serialization will not deserialize delegates to non-public functions
Moreover, the delegate(NewUserHandler) is defined in the class chatObject.Chat as public and the class is marked serializable.
it_farooqPosted Apr 22, 2004, 5:50 AM
oblivion_lurksPosted Apr 20, 2004, 10:14 PM
feyPosted Apr 18, 2004, 3:54 AM
spgilmorePosted Apr 15, 2004, 2:39 PM