[Mono-dev] DotNet Remoting : Failed to read past end of stream

Hubert FONGARNAND informatique.internet at fiducial.fr
Thu Sep 29 10:56:52 EDT 2005


Hello
There's surely a bug with serializing and deserializing string in
mono...

I've done a little .NET remoting serveur :  with a single Hello Method :


		public string Echo(string text)
		{
			log.Info("Appel fonction Hello");
			return text;	
		} 

If I call this method on the client with :

 		ChannelServices.RegisterChannel(new TcpChannel());
		ConverterManager =
(IConverterManager)Activator.GetObject(typeof(IConverterManager),"tcp://hublinux:4570/CConverterManager");
		Console.WriteLine(ConverterManager.Echo("CODE des types de notes à
afficher ex NOTTECH_EXPE, on gère * exemple NOTETECH* on prend tous les
codes commençant par NOTENAT"));
			}
			catch (Exception e)
			{
				Console.WriteLine("Impossible de se connecter: "+e.Message);
				return -1;
			}

it crashs only with this string : CODE des types de notes à afficher ex
NOTTECH_EXPE, on gère * exemple NOTETECH* on prend tous les codes
commençant par NOTENAT
i don't know why??????

I Get: 

Failed to read past end of stream.
in [0x00188]
(at /home/hubert/mono/mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs:219) System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception exc, System.Object[] out_args)

I get this error with :

Mono (Client) and Mono (Server)
Mono (Server) and Windows (Client)

Thanks
I will fill a bug report
_______________________________________________
Ce message et les éventuels documents joints peuvent contenir des informations confidentielles.
Au cas où il ne vous serait pas destiné, nous vous remercions de bien vouloir le supprimer et en aviser immédiatement l'expéditeur. Toute utilisation de ce message non conforme à sa destination, toute diffusion ou publication, totale ou partielle et quel qu'en soit le moyen est formellement interdite.
Les communications sur internet n'étant pas sécurisées, l'intégrité de ce message n'est pas assurée et la société émettrice ne peut être tenue pour responsable de son contenu.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050929/206cb374/attachment.html 


More information about the Mono-devel-list mailing list