.NET Remoting Channels???
-
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!
-
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!
Not an expert on this but do you have them set to use different ports? Are the channels registered? Steve