System.Runtime.Remoting.Channels.Tcp not found
-
using System; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels; using System.Runtime.Remoting.Channels.Tcp;
error: C:\Visual Studio Projects\Server\Class1.cs(4): The type or namespace name 'Tcp' does not exist in the class or namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?) i'm trying to follow a tutorial which uses this namespace, but it doesn't appear to exist. when is type: using System.Runtime.Remoting.Channels. i get no drop down for any other options.. and when i manually just force it in, i get a compile error that the tcp methods dont' exist. can anyone help? -
using System; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels; using System.Runtime.Remoting.Channels.Tcp;
error: C:\Visual Studio Projects\Server\Class1.cs(4): The type or namespace name 'Tcp' does not exist in the class or namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?) i'm trying to follow a tutorial which uses this namespace, but it doesn't appear to exist. when is type: using System.Runtime.Remoting.Channels. i get no drop down for any other options.. and when i manually just force it in, i get a compile error that the tcp methods dont' exist. can anyone help? -
thank you! i thought i could just call it.