[Mono-list] simple-example / SimpleChannel !

Lluis Sanchez lsg@ctv.es
Thu, 16 Jan 2003 21:41:30 +0100


Hi,

The classes in System.Runtime.Remoting.Channels.Simple are included in the
assembly System.Runtime.Remoting.dll, so you only have to compile like this:

mcs /r:System.Runtime.Remoting.dll simple-example.cs

Lluis.

----- Original Message -----
From: "Daniel Grigoras" <dgrigoras@yahoo.com>
To: <mono-list@ximian.com>
Sent: Thursday, January 16, 2003 8:31 PM
Subject: [Mono-list] simple-example / SimpleChannel !


> Hello
>
> Please, how can I use all the classes under :
>
>
mcs-0.18/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Simp
le#
>
> to compile simple-example.cs ?
>
> I tried to compile in a library, but I get :
>
> SimpleClientFormatterSink.cs(99) error CS0103: The
> name `CommonTransportKeys.RequestUri' could not be
> found in
> `System.Runtime.Remoting.Channels.Simple.SimpleClientFormatterSink'
> SimpleServerFormatterSink.cs(61) error CS0103: The
> name `CommonTransportKeys.RequestUri' could not be
> found in
> `System.Runtime.Remoting.Channels.Simple.SimpleServerFormatterSink'
> SimpleServerFormatterSink.cs(64) error CS0165: Use of
> unassigned local variable `uri'
> SimpleServerFormatterSink.cs(69) error CS0165: Use of
> unassigned local variable `call'
> SimpleServerFormatterSink.cs(74) error CS0165: Use of
> unassigned local variable `responseMsg'
> SimpleServerFormatterSink.cs(58) error CS0177: The out
> parameter `responseMsg' must be assigned before
> control leave the current method.
> SimpleServerFormatterSink.cs(58) error CS0177: The out
> parameter `responseHeaders' must be assigned before
> control leave the current method.
> Compilation failed: 7 error(s), 0 warnings
>
>
> Thanks ...in advance !
>
> Daniel G.
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>