[Mono-devel-list] Re: What should be done to use TcpChannel with Mono?
Robert Jordan
robertj at gmx.net
Sun Jul 31 14:27:08 EDT 2005
Nenad,
> I just started with Mono, version 1.1.8 on WinXP with SP1 and failed to
> compile example bellow with following error:
>
> mcs server.cs
> server.cs(10) error CS0246: Cannot find type 'TcpChannel'
>
> What should be done to use TcpChannel with Mono?
Like with MSFT's compiler, add a reference to the Remoting assembly:
mcs -r:System.Runtime.Remoting ...
Rob
More information about the Mono-devel-list
mailing list