[Mono-list] TcpChannel import problem

Julian_Sitkewich@chasecredit.com Julian_Sitkewich@chasecredit.com
Tue, 9 Mar 2004 12:11:39 -0800


I can successfully import System.Runtime.Remoting.Channels namespace, but I
can't seem to get at the TcpChannel class 'using
System.Runtime.Remoting.Channels.Tcp;'. The error I receive from mcs is:

Daemon.cs(15) error CS0246: The namespace
`System.Runtime.Remoting.Channels.Tcp' can not be found (missing assembly
reference?)

I am running the .30.1 release; I imagine this may have to do with the mono
library organization, or some lib I may not be importing. 

Thanks,

Julian