添加对System.Runtime.Remoting.dll的引用

解决方案 »

  1.   

    谢谢了  呵呵 马上结帖  那为什么在添加引用之前using System.Runtime.Remoting.Channels;可以呢
      

  2.   

    难道是MS的bug吗 
    using System.Runtime.Remoting;
    using System.Runtime.Remoting.Channels;
    都可以
    using System.Runtime.Remoting.Channels.Tcp;
    就不可以 ????? 郁闷
      

  3.   

    using System.Runtime.Remoting.Channels.Tcp这个命名空间没有被包含在.Net的核心程序集中,你要使用它。必须手动添加引用