Because the client side needs to use the meta data from the server object, use interface approach for your remoting objects, for example, seeNET REMOTING .. The Interface Approach
http://www.csharphelp.com/archives/archive274.html

解决方案 »

  1.   

    如果有了delegate的事件,用接口client还是打不开
      

  2.   

    我仔细研究了你的代码。原帖:你的代理是这样声明的
    your delegate name(object sender,your eventargs e)
    问题就在这里 
    你在客户端处理delegate事件,而其中有个回调对象的type is object(他应该继承自MarshalByRefObject的)。
    不过我还没有调试,你先试试呢
      

  3.   

    原帖http://expert.csdn.net/Expert/topic/1933/1933582.xml?temp=.3642542
      

  4.   

    看看共享对象所在的DLL文件,各拷一份就可以了。