Bonjour,

Quelqu'un a t il une idée d'ou peut venir cette erreur :
Remoting : System.Runtime.Remoting.RemotingException: Underlying socket was closed

J'utilise visual studio .net framework 1.1

Mon application fait la chose suivante :

J'ai crée un service windows qui tourne, et des fois il déclanche des event.(delegate)
Ces event sont reconnus par une application cliente et mon client qui une app winform affiche par exemple un message box.

Lors du cas ou plusieurs event se déclanchent en meme temps (on dirait !!), j'ai cette erreur :
System.Runtime.Remoting.RemotingException: Underlying socket was closed
Server stack trace:
at System.Runtime.Remoting.Channels.SocketHandler.ReadFromSocket(Byte[] buffer, Int32 offset, Int32 count)
at System.Runtime.Remoting.Channels.SocketHandler.BufferMoreData()
at System.Runtime.Remoting.Channels.SocketHandler.Read(Byte[] buffer, Int32 offset, Int32 count)
at System.Runtime.Remoting.Channels.SocketHandler.ReadAndMatchFourBytes(Byte[] buffer)
at System.Runtime.Remoting.Channels.Tcp.TcpSocketHandler.ReadVersionAndOperation(UInt16& operation)
etc........

ensuite : System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it


Une idée ??

Merci. Mélanie.