see
Remote methods and events in C#
http://www.thecodeproject.com/csharp/csRemoteEvents1.aspUsing the Remoting Callbacks in .Net Applications
http://www.codeproject.com/csharp/remotingcallbacks.asp

解决方案 »

  1.   

    http://www.thecodeproject.com/csharp/csRemoteEvents1.asp程序运行结果出现如下错误提示:
    未处理的“System.Security.SecurityException”类型的异常出现在 mscorlib.dll 中。
    其他信息: 不允许类型 System.DelegateSerializationHolder 和从中派生的类型(例如 System.DelegateSerializationHolder)在此安全级别上被反序列化。如何解决?
      

  2.   

    see.NET Remoting - Changes for .NET 1.1 / Visual Studio 2003
    http://www.thinktecture.com/Resources/RemotingFAQ/Changes2003.htmlyou need to modify both client and server configuration files