J'ai une application .NET qui utilise Remoting entre une console d'administration et une application serveur.ArgumentNullException pendant l'application distante
Lors d'un appel à distance particulièrement long, j'obtiens un message d'erreur, affiché ci-dessous.
J'ai ajouté le Sponsor au client pour empêcher la fermeture de la connexion Remoting, et j'ai vérifié que la méthode Renew() est appelée. J'ai recherché l'erreur sur googled, mais rien ne se présente. Je ne suis pas vraiment sûr de ce qui se passe ici, donc toute aide est appréciée.
Value cannot be null. Parameter name: returnHeaders
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: returnHeaders
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentNullException: Value cannot be null.
Parameter name: returnHeaders]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +7596735