[Mono-dev] [Mono-list] Are any implementations of IChannel available?

Robert Jordan robertj at gmx.net
Fri Oct 13 13:05:40 EDT 2006


Miguel de Icaza wrote:
> Hello,
> 
>>> Trying use Mono Remoting the same way as remoting for MS Framework I
>>> have missed to find any implementations
>>> of System.Runtime.Remoting.Channels.IChannel
>>>
>>> Perhaps someone heard about an implementation of it or have an example
>>> how to use remoting in Mono.
>> Compile with:
>>
>> 	mcs -r:System.Runtime.Remoting ...
> 
> Or you can also use:
> 
> 	mcs -pkg:dotnet ...
> 
> Which brings all the default .NET assemblies to the compile line.

IChannel is part of corlib, so he must be having either
more trivial or more complex problems than referencing
assemblies.

Robert




More information about the Mono-devel-list mailing list