Hi, I am working around XNA game and web service; my game calls some SOAP requests in asynchronous mode, for each SOAP request there is an event handler. When I run my game, after some seconds it goes in crash... I do not understand what happened, I solve it with secondary thread that handles each SOAP request in synchronous mode (note: the code ...