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. .NET (Core and Framework)
  4. .NET Remoting Channels???

.NET Remoting Channels???

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpvisual-studiodebugginghelpquestion
2 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.
  • S Offline
    S Offline
    Small Rat
    wrote on last edited by
    #1

    Hi, I have 2 components created by VS 2003. both of them create its own TcpServerChannel and TcpClientChannel. I try to intrgrate the 2 components into 1 program. but the channels confict to each other. In detail: 1. component 1 create TcpServerChannel_1 and TcpClientChannel_1 2. component 2 create TcpServerChannel_2 and TcpClientChannel_2 3. start component 1, 4. start component 2, 5. Problem: the communication for component 2 doesn't work. it seems the data send from TcpClientChannel_2 to TcpServerChannel_2 is trying to use TcpClientChannel_1. does anyone have a solution to make the 2 components work in one program??? Note: I see the channels information from debug. I can not change the components! Thanks a lot in advance!!

    Alan Shen MCAD for .NET Version ^~^~^~^~^~^~^~^~^~^~^ Great idea is the beginging of success!

    S 1 Reply Last reply
    0
    • S Small Rat

      Hi, I have 2 components created by VS 2003. both of them create its own TcpServerChannel and TcpClientChannel. I try to intrgrate the 2 components into 1 program. but the channels confict to each other. In detail: 1. component 1 create TcpServerChannel_1 and TcpClientChannel_1 2. component 2 create TcpServerChannel_2 and TcpClientChannel_2 3. start component 1, 4. start component 2, 5. Problem: the communication for component 2 doesn't work. it seems the data send from TcpClientChannel_2 to TcpServerChannel_2 is trying to use TcpClientChannel_1. does anyone have a solution to make the 2 components work in one program??? Note: I see the channels information from debug. I can not change the components! Thanks a lot in advance!!

      Alan Shen MCAD for .NET Version ^~^~^~^~^~^~^~^~^~^~^ Great idea is the beginging of success!

      S Offline
      S Offline
      Stephen McGuire
      wrote on last edited by
      #2

      Not an expert on this but do you have them set to use different ports? Are the channels registered? Steve

      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