it_farooq

it_farooq

  • NA
  • 19
  • 0

.Net Remoting

Apr 14 2004 9:36 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 i am using the v1.0 of .net framework. Moreover, the delegate(NewUserHandler) is defined in the class chatObject.Chat as public and the class is marked serializable.