How to implement the user-defined events in Remoting.net ? I tried it but ide errors.
Asked
Active
Viewed 173 times
-2
-
have u tried something... ? – NoNaMe Apr 15 '13 at 06:53
-
1show us what you have tried, thanks ! – Raptor Apr 15 '13 at 06:53
-
"Type System.DelegateSerializationHolder and the types derived from it are not permitted to be deserialized at this sercurity level". I don't know why ? – trinvh Apr 15 '13 at 06:55
1 Answers
1
You need to set the TypeFilterLevel
property found on your formatter sink to TypeFilterLevel.Full
. An example and explanation can be found here:

nblackburn
- 338
- 2
- 10