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. Channels

Channels

Scheduled Pinned Locked Moved C#
visual-studioquestion
5 Posts 3 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.
  • Y Offline
    Y Offline
    ytubis
    wrote on last edited by
    #1

    Hi! I am trying to work with Channels. I implimented the 3.5 frameWork And the IDE does not know this pakcage: System.Runtime.Remoting.Channels.Tcp What am i doing wrong? Thanks :)

    L C 2 Replies Last reply
    0
    • Y ytubis

      Hi! I am trying to work with Channels. I implimented the 3.5 frameWork And the IDE does not know this pakcage: System.Runtime.Remoting.Channels.Tcp What am i doing wrong? Thanks :)

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      Hi, you will get Intellisense while typing TcpChannel a=new TcpChannel(); provided you have a using System.Runtime.Remoting.Channels.Tcp; line at the top of the relevant file(s). That in turn requires you provide your project with a reference to the .NET component called "System.Runtime.Remoting" (right click in the solution pane and choose Add Reference...). :)

      Luc Pattyn [Forum Guidelines] [My Articles]


      This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


      Y 1 Reply Last reply
      0
      • L Luc Pattyn

        Hi, you will get Intellisense while typing TcpChannel a=new TcpChannel(); provided you have a using System.Runtime.Remoting.Channels.Tcp; line at the top of the relevant file(s). That in turn requires you provide your project with a reference to the .NET component called "System.Runtime.Remoting" (right click in the solution pane and choose Add Reference...). :)

        Luc Pattyn [Forum Guidelines] [My Articles]


        This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


        Y Offline
        Y Offline
        ytubis
        wrote on last edited by
        #3

        Hi! I get this line: Error 1 The type or namespace name 'Tcp' does not exist in the namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?) C:\Documents and Settings\Yossi_Tubis\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs 9 40 WindowsApplication1 what should i do?? Thanks :)

        L 1 Reply Last reply
        0
        • Y ytubis

          Hi! I get this line: Error 1 The type or namespace name 'Tcp' does not exist in the namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?) C:\Documents and Settings\Yossi_Tubis\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs 9 40 WindowsApplication1 what should i do?? Thanks :)

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          either reread my earlier reply and pay attention to all the details, or publish OS,VS,.NET versions and all relevant code. :)

          Luc Pattyn [Forum Guidelines] [My Articles]


          This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


          1 Reply Last reply
          0
          • Y ytubis

            Hi! I am trying to work with Channels. I implimented the 3.5 frameWork And the IDE does not know this pakcage: System.Runtime.Remoting.Channels.Tcp What am i doing wrong? Thanks :)

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #5

            Look here[^].

            Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

            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