子曾经曰过

  博客园  :: 首页  ::  ::  ::  :: 管理

文章分类 -  Remoting

摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.Serialization;using System.Runtime.Serialization.Formatters.Binary;using System.Runtime.Serialization.Formatters.Soap; //需要添加这个dll否则无法找到这个命名空间using System.Xml.Serialization;using System.IO;namespac 阅读全文
posted @ 2011-03-04 14:35 人的本质是什么?

摘要:待续 阅读全文
posted @ 2011-03-03 19:36 人的本质是什么?

摘要:新建一个类库作为RemotingObject新建一个Form工程作为Server。开发时候,我觉这个问题好奇怪,默认建立的Server工程里可以直接using System.Runtime.Remoting,问题是代码里并不能提供HttpChannel的智能提示,解决办法是添加引用 System.Runtimg.Remoting这个DLL到工程里就可以了。RemoteObjectusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace RemoteObject{ pub 阅读全文
posted @ 2011-03-03 19:35 人的本质是什么?