Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Remoting - missing System.Runtime.Remoting.Channels.Tcp;

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Remoting - missing System.Runtime.Remoting.Channels.Tcp;

    I'm trying to implement .net's Remoting in an Indicator and the first obstacle that I've hit is the following line of code does not work:

    using System.Runtime.Remoting.Channels.Tcp;

    And as a result this line of code does not work:

    TcpChannel serverChannel = new TcpChannel(9090);

    This comes from:



    Is it possible to make Remoting work in an Indicator?

    thanks,
    shawnj

    #2
    shawn,

    I think you have to add a reference to the correct DLL (right click your code, --> Add reference).

    I'm not sure which thought; check around with google.

    here's one link i found
    Nikmati pengalaman bermain bersama CERITOTO, situs toto slot online resmi terpercaya yang mengutamakan kenyamanan pengguna melalui layanan berkualitas, akses fleksibel, transaksi aman, dan dukungan pelanggan yang siap membantu.
    mrlogik
    NinjaTrader Ecosystem Vendor - Purelogik Trading

    Comment


      #3
      Originally posted by mrlogik View Post
      I think you have to add a reference to the correct DLL (right click your code, --> Add reference).
      Thanks mrlogik, that got it.

      I was thrown off because the following two usings worked:

      using System.Runtime.Remoting;
      using System.Runtime.Remoting.Channels;

      But this one didn't:

      using System.Runtime.Remoting.Channels.Tcp;

      Well, back to the grind <g>.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      213 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      126 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      145 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      229 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      190 views
      0 likes
      Last Post CarlTrading  
      Working...
      X