Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. System.Runtime.Remoting.Channels.Tcp not found

System.Runtime.Remoting.Channels.Tcp not found

Scheduled Pinned Locked Moved C#
helpcsharpvisual-studiosysadmintutorial
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mikemilano
    wrote on last edited by
    #1

    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?

    0 1 Reply Last reply
    0
    • M mikemilano

      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?

      0 Offline
      0 Offline
      0siris
      wrote on last edited by
      #2

      Mike, You have to add a reference to System.Runtime.Remoting to your project.

      M 1 Reply Last reply
      0
      • 0 0siris

        Mike, You have to add a reference to System.Runtime.Remoting to your project.

        M Offline
        M Offline
        mikemilano
        wrote on last edited by
        #3

        thank you! i thought i could just call it.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups