Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello there,
I am trying to build a simple chatting application using .net remoting
When the string in the remoting object is changed the remoting object will rise an event which should be handled by the clients, so when i try to attach the Handler to
-i am using vb.net- the event (AddHandler mRemoteObject.TextChanged, AddressOf UpdateUI)
i get this exception
Type System.DelegateSerializationHolder and the types derived from it (such as System.DelegateSerializationHolder) are not permitted to be deserialized at this security level.
Posted
Comments
Pascal-78 10-Dec-12 11:18am    
Someone in codeproject already wrote an article about .NET Remoting events:
http://www.codeproject.com/Articles/62813/NET-Remoting-Events-Explained
Sergey Alexandrovich Kryukov 10-Dec-12 17:17pm    
I would vote 5 if you posted it as a solution.
--SA

1 solution

Articles about .NET Remoting events can be found on codeproject
like this one:

.NET Remoting Events Explained
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900