by Demez Christophe [cdemez2 at hotmail dot com] posted on 2006/01/24 |
|
Hi,
I got a NullReferenceException in the class SocketController in the method:
TransferItem EndReceive(IAsyncResult ar)
at the line :
if (ar != m_ActiveReceive.AsyncResult)
the "ActiveReceive" is null !
What I do in my program:
-------------------------
I call "ChangeSecurityProtocol" during usage. Maybe I have something to synchronize, but really I understand nothing about theses classes code !
Can you help me ?
Thanks |