TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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.
Reply
Answers (
0
)
Creating webservice
Problems with Signing Messages with WSE 2.0