[Mono-list] Re: [Mono-list] library

matterac matterac@libero.it
Wed, 16 Jul 2003 15:35:40 +0200


I've got this library but doesn't work, now I've compiled the *.cs file in the folder 

D:\...\mcs\class\System.Runtime.Remoting\System.Runtime.Remoting.Channels.Tcp

in System.Runtime.Remoting.Channels.Tcp.dll

and it seems work!!!(I hope)

If someone have other information.....
Regards

---------- Initial Header -----------

From      : Jeremiah McElroy
To          : matterac
Cc          : Mono-list@lists.ximian.com
Date      : Wed, 16 Jul 2003 09:20:30 -0400
Subject : Re: [Mono-list] library

> The library you want to use is, i believe, System.Runtime.Remoting.dll
> 
> Let me know if that works for you.
> 
> jeremiah
> 
> matterac wrote:
> 
> >Hi,
> >now=
 I'm explicity referencing the DLLs,(thank's to all :-) )
> >and I can compile my library with /r:System.Data.dll
> >
> >but not when I write:
> >
> >mcs /r:System.Runtime.Remoting.dll /r:tableclass.dll /t:library routeserver.cs
> >routeserver.cs(21) error CS0246: Cannot find type `TcpServerChannel'
> >Compilation failed: 1 error(s), 0 warnings
> >
> >I want to use /r:System.Runtime.Remoting.Channels.Tcp.dll  like .NET
> >
> >but I haven't got this library, Exists? How can I obtain that?
> >Thank's a lot
> >  
> >
> 
> 
>