S
Someone Around
Hello,
I'm trying to instantiate a Tcp Channel.
I set a reference to System.Runtime.Remoting (1.0.5000). I use a using the
following header:
using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
Why can't I get intellisense for the Tcp Remoting? It won't compile, either.
(I am doing everything within a class, etc...
Thanks in Advance.
I'm trying to instantiate a Tcp Channel.
I set a reference to System.Runtime.Remoting (1.0.5000). I use a using the
following header:
using System;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
Why can't I get intellisense for the Tcp Remoting? It won't compile, either.
(I am doing everything within a class, etc...
Thanks in Advance.