I have created TCP Client and Server using .Net remoting . When I call server from client i.e. at the line RemotingConfiguration.Configure("App.config", true);
, I am getting error as
恢复配置没有例外制度。 执业时间。 重启。 重新定位: 该频道已经登记。
我把所有环境都放在了议事桌上。 为了解决这个问题,我给客户申请以独一无二的名称。 现在我没有错,但当我从客户向服务器发送任何数据时,服务器或客户终端都没有出现。 如果我关闭了服务器,由于更换服务器关闭了连接,我就在客户应用上出现错误,这是适当的行为。 因此,问题在于为什么客户或服务器上没有停用。
RemotingConfiguration.Configure("App.config", true);
line is not giving me any error, but server.Send("Hi")
does not give any response back to the client. Nothing displays on server.