English 中文(简体)
TCP频道已经登记,但以无限制的Loop公司登记。
原标题:Channel TCP is already registered but with Infinite Loop
  • 时间:2011-11-21 08:06:51
  •  标签:
  • c#
  • remoting

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.

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签