c# - .Net Remoting not working in Windows 7 -


We have a server application (which has been developed using .Net 1.1, C #) which is port 8086 and Before listening to the client application, using the remoting will need to shake hands with this server.

This application is working fine in almost all environments - Windows 2000/2003/2008 / XP / Vista

We are now experiencing a problem with Windows 7.

When we are stalking the server, it is opening the port and the client will be listening, but when trying to send the request, a customer who is running in other OS, gives a message That server is not running.

We disabled the proxy, gave the exception to the proxy, but all became useless. On further analysis we found that there are many connectivity (LAN, Bluetooth and WiFi) in the system

When we checked the TCP port, NetSat-A showed it local address 0.0.0.0:8086. That's why we disabled / removed Bluetooth; Wifi option and then tried Netstat also showing local eder 0.0.0.0:8086.

How to move forward in this situation?

Thanks in advance.

Network to better understand the underlying TCP / IP packet using Microsoft Network Monitor or Wirehaor Capture can show what is happening easily.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -