Hi,
> But then there is no TCP or HTTP within Channels there to use in the next
> using statement as shown in the example. Subsequent attempts to create a
> variable of type TcpChannel are invalid as well. Is there something more I
> need to install?
No, but you have to add a reference to System.Net.Runtime.Remoting
in Visual Studio using the "Add Reference" Dialog.
[MSFT] - 18 Mar 2005 08:57 GMT
More exactly, I think you need to add a reference to:
System.Runtime.Remoting.Channels.Tcp
and
System.Runtime.Remoting.Channels.Http
Hope this help,
Luke