it_farooq

it_farooq

  • NA
  • 19
  • 0

Remoting Problem

Apr 14 2004 9:40 AM
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.

Answers (4)